NotifyGlobalAdmins.Inequality(NotifyGlobalAdmins, NotifyGlobalAdmins) Operator

Definition

Overriding != operator for enum NotifyGlobalAdmins

public static bool operator !=(Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.NotifyGlobalAdmins e1, Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.NotifyGlobalAdmins e2);
static member op_Inequality : Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.NotifyGlobalAdmins * Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.NotifyGlobalAdmins -> bool
Public Shared Operator != (e1 As NotifyGlobalAdmins, e2 As NotifyGlobalAdmins) As Boolean

Parameters

e1
NotifyGlobalAdmins

the value to compare against e2

e2
NotifyGlobalAdmins

the value to compare against e1

Returns

true if the two instances are not equal to the same value

Applies to