Determines whether the MfListVar contains a specific element.
Overrides MfListBase.Contains()
OutputVar := instance.Contains(obj)
Determines whether the MfListVar contains a specific var.
obj
The var to locate in the MfListVar
Returns true if the MfListVar contains the specified value otherwise, false.
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.