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