Acrux.Threading
Equals Method (obj)
NamespacesAcrux.Threading.NotificationsNotificationMessageEquals(Object)
Determines whether the specified Acrux.Threading.Notifications.NotificationMessage is equal to the current Acrux.Threading.Notifications.NotificationMessage.
Declaration Syntax
C#Visual BasicVisual C++
public override bool Equals(
	Object obj
)
Public Overrides Function Equals ( _
	obj As Object _
) As Boolean
public:
virtual bool Equals(
	Object^ obj
) override
Parameters
obj (Object)
The System.Object to compare with the current Acrux.Threading.Notifications.NotificationMessage.
Return Value
true if the specified System.Object is equal to the current Acrux.Threading.Notifications.NotificationMessage;otherwise, false.
Exceptions
ExceptionCondition
NullReferenceExceptionThe obj parameter is null

Assembly: Acrux.Threading (Module: Acrux.Threading) Version: 1.0.0.0 (1.0.0.35)