DimensionAttributeValueCombination::equals Method
Determines whether the two specified combinations are equal.
Syntax
client server public static boolean equals(DimensionAttributeValueCombination _dimensionAttributeValueCombinationA, DimensionAttributeValueCombination _dimensionAttributeValueCombinationB)
Run On
Called
Parameters
- _dimensionAttributeValueCombinationA
Type: DimensionAttributeValueCombination Table
The first DimensionAttributeValueCombination record to compare.
- _dimensionAttributeValueCombinationB
Type: DimensionAttributeValueCombination Table
The second DimensionAttributeValueCombination record to compare.
Return Value
Type: boolean
true if the specified records are equal; otherwise, false.
Remarks
This method performs a value comparison that is based on a hash, which itself contains the count and the GUIDs of the contained hierarchies and dimension values, and the default account state.
This does not contain any combination transient or transactional metadata information.