'DeclarationPublic Operator =( _ ByVal attributeData1 As UAAttributeData, _ ByVal attributeData2 As UAAttributeData _ ) As Boolean
'Usage
 
            public bool operator ==( UAAttributeData attributeData1, UAAttributeData attributeData2 )
public: bool operator ==( UAAttributeData^ attributeData1, UAAttributeData^ attributeData2 )
Parameters
- attributeData1
 - First object to be compared.
The value of this parameter can be
null(Nothingin Visual Basic). - attributeData2
 - Second object to be compared.
The value of this parameter can be
null(Nothingin Visual Basic). 
Return Value
True if the objects are equal; false otherwise.