CGXAbstractUserAttribute::IsEqual
virtual BOOL IsEqual(const CGXAbstractUserAttribute& p) const;
p
A reference to the other user attribute
Return Value
TRUE if the two user attributes are equal; FALSE otherwise.
Remarks
Compares two user attributes. The default implementation will simply compare the values returned by GetValue for both attributes to be compared. Override this method if you need a more specialized behavior for your user attribute.