[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Enum representing relational types of operation.
The following tables list the members exposed by the RelationalOpEnum type.
Public Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() ![]() | GEDoubleComputer |
Greater-than or equal to double computer.
|
![]() ![]() | GELongComputer |
Greater-than or equal to long computer.
|
![]() ![]() | GEStringComputer |
Greater-than or equal to string computer.
|
![]() | GetComputer |
Returns the computer to use for the relational operation based on the
coercion type.
|
![]() | 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. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | GEULongComputer |
Greater-than or equal to unsigned long computer.
|
![]() ![]() | GTDoubleComputer |
Greater-than double computer.
|
![]() ![]() | GTLongComputer |
Greater-than long computer.
|
![]() ![]() | GTStringComputer |
Greater than string computer.
|
![]() ![]() | GTULongComputer |
Greater-than unsigned long computer.
|
![]() ![]() | LEDoubleComputer |
Less-than or equal to double computer.
|
![]() ![]() | LELongComputer |
Less-than or equal to long computer.
|
![]() ![]() | LEStringComputer |
Less-than or equal to string computer.
|
![]() ![]() | LEULongComputer |
Less-than or equal to unsigned long computer.
|
![]() ![]() | LTDoubleComputer |
Less-than double computer.
|
![]() ![]() | LTLongComputer |
Less-than long computer.
|
![]() ![]() | LTStringComputer |
Less-than string computer.
|
![]() ![]() | LTULongComputer |
Less-than unsigned long computer.
|
![]() | ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
Public Fields
Name | Description | |
---|---|---|
![]() ![]() | GE | Greater equals. |
![]() ![]() | GT | Greater then. |
![]() ![]() | LE | Lesser equals. |
![]() ![]() | LT | Lesser then. |
![]() ![]() | Values |
Array of values exposed by this meta-enumeration.
|
Public Properties
Name | Description | |
---|---|---|
![]() | ExpressionText | Returns string rendering of enum. |