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 sets are equal.
Syntax
client server public static boolean equals(DimensionAttributeSet _dimensionAttributeSetA, DimensionAttributeSet _dimensionAttributeSetB)
Run On
Called
Parameters
- _dimensionAttributeSetA
Type: DimensionAttributeSet Table
The first DimensionAttributeSet record to compare.
- _dimensionAttributeSetB
Type: DimensionAttributeSet Table
The second DimensionAttributeSet 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 that is based on a hash, which contains the GUIDs of the contained attributes and the enumeration type.