OperatorCollection.Remove

OperatorCollection.Remove method

Remove operator from the collection.

public override bool Remove(Operator op)
ParameterTypeDescription
opOperatorOperator to be removed.

Return Value

True if operator was found and removed. False if operator did not belong to the collection.

See Also