ScmType.Equality(ScmType, ScmType) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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