Public Methods

  Name Description
Public method Equals Overridden.  
Public method GetHashCode Overridden.  
Public method Static GetInstanceFromInt Gets an instance of this class using its associated integer value (the *_AS_INT fields).
Public method GetObjectData ******************************************************** * * Object Serialization * **********************************************************
Public method GetOperator Gets the standard string representation of the comparison operator used by this instance.

The operators returned will be one of the following (shown with their corresponding field):

  • "equal to" character, (EQUAL_AS_INT)
  • "less than" and "greater than" characters, (NOT_EQUAL_AS_INT)
  • "less than" character, (LESS_THAN_AS_INT)
  • "greater than" character, (GREATER_THAN_AS_INT)
  • "less than" and "equal to" characters, (LESS_THAN_EQUAL_TO_AS_INT)
  • "greater than" and "equal to" characters, (GREATER_THAN_EQUAL_TO_AS_INT)
Public method GetType Gets the Type of the current instance. (inherited from Object)
Public method GetValue Returns an integer value associated with a specific instance of this class.
Public method ToString Overridden. Returns a String representation of this instance.
Top

Protected Methods

  Name Description
Family method 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)
Family method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object)
Top

See Also