The LogicalOperator type exposes the following members.

Methods

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

Fields

  NameDescription
And
The logical AND operator.
Or
The logical OR operator.

See Also