Share via


ScriptParameterType.Inequality Operator

Definition

Determines if two ScriptParameterType values are not the same.

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

Parameters

Returns

Applies to