Delen via


ClusterSkuName.Inequality(ClusterSkuName, ClusterSkuName) Operator

Definition

Overriding != operator for enum ClusterSkuName

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

Parameters

e1
ClusterSkuName

the value to compare against e2

e2
ClusterSkuName

the value to compare against e1

Returns

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

Applies to