[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 | (Inherited from Object.) |
![]() | GetType | (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 | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |