The BinaryOperator type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | BinaryOperator |
Initializes a new instance of the BinaryOperator class.
|
Methods
Name | Description | |
---|---|---|
![]() | 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 | (Overrides Object..::.ToString()()().) |
Operators
Name | Description | |
---|---|---|
![]() ![]() | 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
|