[This is preliminary documentation and is subject to change.]

The DimensionValuePair type exposes the following members.

Methods

  Name Description
Public method CompareTo(Object)
Compares the specified object to this dimension-value pair.
Public method CompareTo(DimensionValuePair)
Compares the specified dimension-value pair to this dimension-value pair.
Public method Equals(Object)
Checks to see if the specified object is equal to this dimension-value pair.
Note
This method only checks for "object" equality by comparing the world IDs. In other words, two dimension-value pairs are only considered equal if they have the same world ID and are therefore the same object.
(Overrides Object..::..Equals(Object).)
Public method Equals(DimensionValuePair)
Checks to see if the specified dimension-value pair is equal to this dimension-value pair.
Note
This method only checks for "object" equality by comparing the world IDs. In other words, two dimension-value pairs are only considered equal if they have the same world ID and are therefore the same object.
Public method GetHashCode
Gets the hash value for this dimension-value pair.
(Overrides Object..::..GetHashCode()()()().)
Public method ToString()()()()
Returns a String that represents this dimension-value pair.
(Overrides Object..::..ToString()()()().)
Public method ToString(String)
Returns a String that represents this dimension-value pair.

Operators

  Name Description
Public operator Static member Equality
Overloads the "equals" operator for dimension-value pairs
Public operator Static member GreaterThan
Overloads the "greater than" operator for dimension-value pairs
Public operator Static member GreaterThanOrEqual
Overloads the "greater than or equals" operator for dimension-value pairs
Public operator Static member Inequality
Overloads the "not equals" operator for dimension-value pairs
Public operator Static member LessThan
Overloads the "less than" operator for dimension-value pairs
Public operator Static member LessThanOrEqual
Overloads the "less than or equals" operator for dimension-value pairs

Properties

  Name Description
Public property AsDimensionValuePair
Gets the dimension-value representation
Public property Dimension
Gets the dimension ID for this dimension-value pair.
Public property Static member NULL_DV_PAIR
Public property Value
Gets the value ID for this dimension-value pair.
Public property WorldID
Gets the world ID for this dimension-value pair.

See Also