Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.Notification- The 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