'DeclarationPublic Operator <>( _ ByVal propertyId1 As DAPropertyId, _ ByVal propertyId2 As DAPropertyId _ ) As Boolean
'Usage
 
            public bool operator !=( DAPropertyId propertyId1, DAPropertyId propertyId2 )
public: bool operator !=( DAPropertyId^ propertyId1, DAPropertyId^ propertyId2 )
Parameters
- propertyId1
 - First object to be compared.
 - propertyId2
 - Second object to be compared.
 
Return Value
True if the objects are not equal; false if they are equal.