InstallScriptType.Equality(InstallScriptType, InstallScriptType) Operator

Definition

Determines if two InstallScriptType values are the same.

public static bool operator ==(Azure.ResourceManager.AppService.Models.InstallScriptType left, Azure.ResourceManager.AppService.Models.InstallScriptType right);
static member ( = ) : 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