[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
Determines whether the specified Object is equal to the current Object.
(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
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.)
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
Returns a String that represents the current Object.
(Inherited from Object.)

Protected Methods

  NameDescription
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

  NameDescription
static memberGE
Greater equals.

static memberGT
Greater then.

static memberLE
Lesser equals.

static memberLT
Lesser then.

static memberValues
Array of values exposed by this meta-enumeration.

Public Properties

  NameDescription
ExpressionText
Returns string rendering of enum.