Determines whether the specified Acrux.Threading.Notifications.NotificationMessage is equal to the current Acrux.Threading.Notifications.NotificationMessage.
| C# | Visual Basic | Visual C++ |
public static bool operator ==( NotificationMessage x, NotificationMessage y )
Public Shared Operator = ( _ x As NotificationMessage, _ y As NotificationMessage _ ) As Boolean
public: static bool operator ==( NotificationMessage x, NotificationMessage y )
- x (NotificationMessage)
[Missing <param> documentation for "x"]
- y (NotificationMessage)
[Missing <param> documentation for "y"]
true if the specified System.Object is equal to the current Acrux.Threading.Notifications.NotificationMessage;otherwise, false.