DimensionAttributeValueGroup::equals Method
Determines whether the two specified groups are equal.
Syntax
client server public static boolean equals(DimensionAttributeValueGroup _dimensionAttributeValueGroupA, DimensionAttributeValueGroup _dimensionAttributeValueGroupB)
Run On
Called
Parameters
- _dimensionAttributeValueGroupA
Type: DimensionAttributeValueGroup Table
The first DimensionAttributeValueGroup record to compare.
- _dimensionAttributeValueGroupB
Type: DimensionAttributeValueGroup Table
The second DimensionAttributeValueGroup record to compare.
Return Value
Type: boolean
A Boolean value that indicates whether the specified records are equal.
Remarks
This method does a value comparison based on the hash, which contains the count and the GUIDs of the contained hierarchy and the dimension values.