Compartilhar via


NotificationSource.Inequality Operator (NotificationSource, NotificationSource)

 

Compares two NotificationSource objects for inequality 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 not equal, otherwise, false.

See Also

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

Return to top