ScaleType.Inequality(ScaleType, ScaleType) Operator

Definition

Overriding != operator for enum ScaleType

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

Parameters

e1
ScaleType

the value to compare against e2

e2
ScaleType

the value to compare against e1

Returns

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

Applies to