The LogicalExpression type exposes the following members.

Methods

  NameDescription
Create
Creates a new LogicalExpression with the specified left and right hand sides and the specified logical operation.
Equals
Determines whether the specified Object is equal to the current Object.
(Overrides Object..::.Equals(Object).)
GetHashCode
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Overrides Object..::.GetHashCode()()().)
ToString
Returns a String that represents the current Object.
(Overrides Object..::.ToString()()().)

Properties

  NameDescription
Lhs
Gets the left hand side.
Operator
Gets the logical operation.
Rhs
Gets the right hand side.

See Also