Поделиться через


KustoScriptLevel.Inequality(KustoScriptLevel, KustoScriptLevel) Operator

Definition

Determines if two KustoScriptLevel values are not the same.

public static bool operator != (Azure.ResourceManager.Kusto.Models.KustoScriptLevel left, Azure.ResourceManager.Kusto.Models.KustoScriptLevel right);
static member op_Inequality : Azure.ResourceManager.Kusto.Models.KustoScriptLevel * Azure.ResourceManager.Kusto.Models.KustoScriptLevel -> bool
Public Shared Operator != (left As KustoScriptLevel, right As KustoScriptLevel) As Boolean

Parameters

Returns

Applies to