'DeclarationPublic Operator <>( _ ByVal left As CommonMappingContext, _ ByVal right As CommonMappingContext _ ) As Boolean
'Usage
 
            public bool operator !=( CommonMappingContext left, CommonMappingContext right )
public: bool operator !=( CommonMappingContext^ left, CommonMappingContext^ right )
Parameters
- left
 - First object to be compared.
The value of this parameter can be
null(Nothingin Visual Basic). - right
 - Second object to be compared.
The value of this parameter can be
null(Nothingin Visual Basic). 
Return Value
True if the objects are not equal; false if they are equal.