Contains()

Namespace ›› System ›› MfCollectionBase ›› Methods ››
Parent Previous Next

Contains()

OutputVar := instance.Contains(obj)

Contains(obj)

Determines whether the MfCollectionBase contains a specific element.

Parameters

obj

The Object to locate in the MfCollectionBase

Returns

Returns true if the MfCollectionBase contains the specified obj; Otherwise false.

Throws

Throws MfNullReferenceException if called as a static method.

Remarks

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().