Share via


ScmType.Inequality(ScmType, ScmType) Operator

Definition

Overriding != operator for enum ScmType

public static bool operator != (Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.ScmType e1, Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.ScmType e2);
static member op_Inequality : Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.ScmType * Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.ScmType -> bool
Public Shared Operator != (e1 As ScmType, e2 As ScmType) As Boolean

Parameters

e1
ScmType

the value to compare against e2

e2
ScmType

the value to compare against e1

Returns

true if the two instances are not equal to the same value

Applies to