Partager via


MdmAuthority.Inequality(MdmAuthority, MdmAuthority) Operator

Definition

Overriding != operator for enum MdmAuthority

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

Parameters

e1
MdmAuthority

the value to compare against e2

e2
MdmAuthority

the value to compare against e1

Returns

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

Applies to