'Declaration
Public 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.
- eventArgs2
- Second object to be compared.
Return Value
True
if the objects are equal; false
otherwise.