共用方式為


AzureSkuName.Inequality(AzureSkuName, AzureSkuName) Operator

Definition

Overriding != operator for enum AzureSkuName

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

Parameters

e1
AzureSkuName

the value to compare against e2

e2
AzureSkuName

the value to compare against e1

Returns

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

Applies to