Compartir a través de


ManagedClusterSkuTier.Equality Operator

Definition

Overriding == operator for enum ManagedClusterSkuTier

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

Parameters

e1
ManagedClusterSkuTier

the value to compare against e2

e2
ManagedClusterSkuTier

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to