Compartilhar via


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

Return Value

Type: System.Boolean

true if the objects are equal; otherwise, false.

Implements

IEquatable<T>.Equals(T)

See Also

Equals Overload
NotificationSource Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework.Notifications Namespace

Return to top