Contains()

Namespace ›› System ›› MfByteList ›› Methods ››
Parent Previous Next

Contains()

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

OutputVar := instance.Contains(obj)

Contains(obj)

Determines whether the MfByteList contains a specific object or var.

Parameters

obj

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

Returns

Returns true if the MfByteList 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.