Share via


ScriptLevel.Inequality(ScriptLevel, ScriptLevel) Operator

Definition

Overriding != operator for enum ScriptLevel

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

Parameters

e1
ScriptLevel

the value to compare against e2

e2
ScriptLevel

the value to compare against e1

Returns

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

Applies to