次の方法で共有


MemberType.Equality(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 ( = ) : 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 equal to the same value

Applies to