Notification.Equals Method (Notification)
Compares one Notification object to another Notification object.
Namespace: Microsoft.WindowsServerSolutions.Common.ProviderFramework.Notifications
Assembly: CoreProviders (in CoreProviders.dll)
Syntax
public bool Equals(
Notification other
)
public:
virtual bool Equals(
Notification^ other
) sealed
Public Function Equals (
other As Notification
) As Boolean
Parameters
other
Type: Microsoft.WindowsServerSolutions.Common.ProviderFramework.Notifications.NotificationThe other Notification object to which the comparison will be made.
Return Value
Type: System.Boolean
true if the Category, ID, and Source of the objects are equal; otherwise, false.
Implements
See Also
Equals Overload
Notification Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework.Notifications Namespace
Return to top