Share via


ScopeType.Inequality(ScopeType, ScopeType) Operator

Definition

Overriding != operator for enum ScopeType

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

Parameters

e1
ScopeType

the value to compare against e2

e2
ScopeType

the value to compare against e1

Returns

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

Applies to