Equals

Equals(object)

Compares this instance with the given object.

public override bool Equals(object obj)
ParameterTypeDescription
objObjectObject to compare.

Return Value

True if objects are equal, otherwise false.

See Also


Equals(Operator)

Compares this instance with the given object.

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

Return Value

True if objects are equal, otherwise false.

See Also