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