Operator.ValueEquals

Operator.ValueEquals method

Compares this instance with the given object.

public bool ValueEquals(Operator op)
ParameterTypeDescription
opOperatorOperator to compare.

Return Value

True if objects are equal, otherwise false.

See Also