'DeclarationPublic Operator <>( _ ByVal eventArgs1 As EasyAENotificationEventArgs, _ ByVal eventArgs2 As EasyAENotificationEventArgs _ ) As Boolean
'Usage
 
            public bool operator !=( EasyAENotificationEventArgs eventArgs1, EasyAENotificationEventArgs eventArgs2 )
public: bool operator !=( EasyAENotificationEventArgs^ eventArgs1, EasyAENotificationEventArgs^ eventArgs2 )
Parameters
- eventArgs1
 - First object to be compared.
The value of this parameter can be
null(Nothingin Visual Basic). - eventArgs2
 - 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.