OutputVar := instance.Contains(obj)
Determines whether the MfCollectionBase contains a specific element.
obj
The Object to locate in the MfCollectionBase
Returns true if the MfCollectionBase contains the specified obj; Otherwise false.
Throws MfNullReferenceException if called as a static method.
This method performs a linear search; therefore, this method is an O(n) operation, where n is Count.
This method determines equality by calling MfObject.CompareTo().