共用方式為


PrincipalType.Equality(PrincipalType, PrincipalType) Operator

Definition

Overriding == operator for enum PrincipalType

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

Parameters

e1
PrincipalType

the value to compare against e2

e2
PrincipalType

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to