'DeclarationPublic Operator =( _ ByVal propertyValueDictionary1 As DAPropertyValueDictionary, _ ByVal propertyValueDictionary2 As DAPropertyValueDictionary _ ) As Boolean
'Usage
 
            public bool operator ==( DAPropertyValueDictionary propertyValueDictionary1, DAPropertyValueDictionary propertyValueDictionary2 )
public: bool operator ==( DAPropertyValueDictionary^ propertyValueDictionary1, DAPropertyValueDictionary^ propertyValueDictionary2 )
Parameters
- propertyValueDictionary1
 - First object to be compared.
 - propertyValueDictionary2
 - Second object to be compared.
 
Return Value
True if the objects are equal; false otherwise.