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 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
left
Type: Microsoft.WindowsServerSolutions.Common.ProviderFramework.Notifications.NotificationSourceThe NotificationSource object to the left of the operator.
right
Type: Microsoft.WindowsServerSolutions.Common.ProviderFramework.Notifications.NotificationSourceThe NotificationSource object to the right of the operator.
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