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

Overload List

  Name Description
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.

See Also