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