Determines whether the MfNibbleList contains a specific element.
Overrides MfListBase.Contains()
OutputVar := instance.Contains(obj)
Determines whether the MfNibbleList contains a specific object or var.
obj
The object or var to locate in the MfNibbleList
Can be any type that matches IsInteger or var integer.
Returns true if the MfNibbleList contains the specified value 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.