'Declaration
Public 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
(Nothing
in Visual Basic). - propertyValueDictionary2
- Second object to be compared.
The value of this parameter can be
null
(Nothing
in Visual Basic).
Return Value
True
if the objects are not equal; false
if they are equal.