The BinaryOperator type exposes the following members.

Constructors

  NameDescription
BinaryOperator
Initializes a new instance of the BinaryOperator class.

Methods

  NameDescription
Equals
Checks if a binary operator equals another based on the operation name
(Overrides Object..::.Equals(Object).)
GetHashCode
Returns the hash code for this binary operator
(Overrides Object..::.GetHashCode()()().)
ToString
Returns a String that represents the current Object.
(Overrides Object..::.ToString()()().)

Operators

  NameDescription
Equality
Checks if a binary operator equals another based on the operation name
Inequality
Checks if a binary operator does not equal another based on the operation name

See Also