InstallScriptType.Inequality(InstallScriptType, InstallScriptType) Operator

Definition

Determines if two InstallScriptType values are not the same.

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

Parameters

Returns

Applies to