Contains()
OutputVar := instance.Contains(obj)
Contains(obj)
Determines whether the MfQueue contains a specific element.
Parameters
obj
The Object to locate in the MfQueue.
Returns
Returns var with value of true if the MfQueue contains the specified value otherwise, false.