Compartilhar via


NotificationSource.Equality Operator (NotificationSource, NotificationSource)

 

Compares two NotificationSource objects for equality by using the == operator.

Namespace:   Microsoft.WindowsServerSolutions.Common.ProviderFramework.Notifications
Assembly:  CoreProviders (in CoreProviders.dll)

Syntax

public static bool operator ==(
    NotificationSource left,
    NotificationSource right
)
public:
static bool operator ==(
    NotificationSource^ left,
    NotificationSource^ right
)
Public Shared Operator = (
    left As NotificationSource,
    right As NotificationSource
) As Boolean

Parameters

Return Value

Type: System.Boolean

true if the objects are equal, otherwise, false.

See Also

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

Return to top