Contains()

Namespace ›› System ›› MfNibbleList ›› Methods ››
Parent Previous Next

Contains()

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

OutputVar := instance.Contains(obj)

Contains(obj)

Determines whether the MfNibbleList contains a specific object or var.

Parameters

obj

The object or var to locate in the MfNibbleList
Can be any type that matches IsInteger or var integer.

Returns

Returns true if the MfNibbleList contains the specified value 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.