Share via


ScanAuthorizationType.Inequality Operator

Definition

Overriding != operator for enum ScanAuthorizationType

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

Parameters

e1
ScanAuthorizationType

the value to compare against e2

e2
ScanAuthorizationType

the value to compare against e1

Returns

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

Applies to