The JoinComparison type exposes the following members.

ToggleMethods

Type NameDescription
Public methodEquals (Overrides Object..::.Equals(Object).)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode (Overrides Object..::.GetHashCode()()().)
Public methodStatic memberGetInstanceFromInt
Gets an instance of this class using its associated integer value (the *_AS_INT fields).
Public methodGetObjectData
******************************************************** * * Object Serialization * **********************************************************
Public methodGetOperator
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 methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue
Returns an integer value associated with a specific instance of this class.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String representation of this instance.
(Overrides Object..::.ToString()()().)

ToggleSee Also