Share via


ScmType.Inequality(ScmType, ScmType) Operator

Definition

Determines if two ScmType values are not the same.

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