Contains()

Namespace ›› System ›› MfListVar ›› Methods ››
Parent Previous Next

Contains()

Determines whether the MfListVar contains a specific element.
Overrides MfListBase.Contains()

OutputVar := instance.Contains(obj)

Contains(obj)

Determines whether the MfListVar contains a specific var.

Parameters

obj

The var to locate in the MfListVar

Returns

Returns true if the MfListVar contains the specified value otherwise, false.

Remarks

This method performs a linear search; therefore, this method is an O(n) operation, where n is Count.

If obj is a string var then contains will follow CaseSensitive.