OperatorCollection.Contains

OperatorCollection.Contains method

Returns true if the collection contains given operator.

public override bool Contains(Operator op)
ParameterTypeDescription
opOperatorOperator value.

Return Value

True - if operator found; otherwise, false.

See Also