Share via


ScmType.Equality(ScmType, ScmType) Operator

Definition

Determines if two ScmType values are the same.

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

Parameters

left
ScmType
right
ScmType

Returns

Applies to