'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.
The value of this parameter can be
null(Nothingin Visual Basic). - propertyValueDictionary2
 - 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.