DimensionAttributeValueSet::equals Method
Indicates whether the two specified sets are equal.
Syntax
client server public static boolean equals(DimensionAttributeValueSet _dimensionAttributeValueSetA, DimensionAttributeValueSet _dimensionAttributeValueSetB)
Run On
Called
Parameters
- _dimensionAttributeValueSetA
Type: DimensionAttributeValueSet Table
The first DimensionAttributeValueSet record to compare.
- _dimensionAttributeValueSetB
Type: DimensionAttributeValueSet Table
The second DimensionAttributeValueSet record to compare.
Return Value
Type: boolean
true if the specified records are equal; otherwise, false.
Remarks
This does a value comparison that is based on a hash, which itself contains the GUIDs of the contained attribute values.