Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.