次の方法で共有


MemberType.Inequality(MemberType, MemberType) Operator

Definition

Overriding != operator for enum MemberType

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

Parameters

e1
MemberType

the value to compare against e2

e2
MemberType

the value to compare against e1

Returns

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

Applies to