contains method

contains

Determines whether the collection contains a specific value.

Returns

true if math_block is found in the collection; otherwise, false.

def contains(self, math_block):
    ...
ParameterTypeDescription
math_blockIMathBlockThe object to locate in the collection.

See Also