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

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.

Namespace: Clarion.Framework
Assembly: ClarionLibrary (in ClarionLibrary.dll) Version: 6.1.1.0 (6.1.1.0)

Syntax

C#
public bool Equals(
	DimensionValuePair dv
)

Parameters

dv
Type: Clarion.Framework..::..DimensionValuePair
The dimension-value pair to check for equality

Return Value

True if the specified dimension-value pair is equal to this dimension-value pair, otherwise false

Implements

IEquatable<(Of <(<'T>)>)>..::..Equals(T)

See Also