The LogicalExpression type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Create |
Creates a new LogicalExpression with the specified left and right hand sides
and the specified logical operation.
| |
| Equals | (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 | (Overrides Object..::.ToString()()().) |
Properties
| Name | Description | |
|---|---|---|
| Lhs |
Gets the left hand side.
| |
| Operator |
Gets the logical operation.
| |
| Rhs |
Gets the right hand side.
|