[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

  NameDescription
Equals (Inherited from Object.)
static memberGEDoubleComputer
Greater-than or equal to double computer.

static memberGELongComputer
Greater-than or equal to long computer.

static memberGEStringComputer
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.)
static memberGEULongComputer
Greater-than or equal to unsigned long computer.

static memberGTDoubleComputer
Greater-than double computer.

static memberGTLongComputer
Greater-than long computer.

static memberGTStringComputer
Greater than string computer.

static memberGTULongComputer
Greater-than unsigned long computer.

static memberLEDoubleComputer
Less-than or equal to double computer.

static memberLELongComputer
Less-than or equal to long computer.

static memberLEStringComputer
Less-than or equal to string computer.

static memberLEULongComputer
Less-than or equal to unsigned long computer.

static memberLTDoubleComputer
Less-than double computer.

static memberLTLongComputer
Less-than long computer.

static memberLTStringComputer
Less-than string computer.

static memberLTULongComputer
Less-than unsigned long computer.

ToString (Inherited from Object.)

Protected Methods

  NameDescription
Finalize (Inherited from Object.)
MemberwiseClone (Inherited from Object.)