Aracılığıyla paylaş


LeastPrivilegeMode.Equality(LeastPrivilegeMode, LeastPrivilegeMode) Operator

Definition

Overriding == operator for enum LeastPrivilegeMode

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

Parameters

e1
LeastPrivilegeMode

the value to compare against e2

e2
LeastPrivilegeMode

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to