SkuName.Inequality(SkuName, SkuName) Operator

Definition

Overriding != operator for enum SkuName

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

Parameters

e1
SkuName

the value to compare against e2

e2
SkuName

the value to compare against e1

Returns

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

Applies to