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