다음을 통해 공유


ScaleSetPriority.Equality(ScaleSetPriority, ScaleSetPriority) Operator

Definition

Overriding == operator for enum ScaleSetPriority

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

Parameters

e1
ScaleSetPriority

the value to compare against e2

e2
ScaleSetPriority

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to