Dela via


ManagedClusterSkuName.Inequality Operator

Definition

Overriding != operator for enum ManagedClusterSkuName

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

Parameters

e1
ManagedClusterSkuName

the value to compare against e2

e2
ManagedClusterSkuName

the value to compare against e1

Returns

true if the two instances are not equal to the same value

Applies to