Share via


ScriptShellType.Equality(ScriptShellType, ScriptShellType) Operator

Definition

Determines if two ScriptShellType values are the same.

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

Parameters

Returns

Applies to