Share via


ScanRulesetType.Inequality(ScanRulesetType, ScanRulesetType) Operator

Definition

Overriding != operator for enum ScanRulesetType

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

Parameters

e1
ScanRulesetType

the value to compare against e2

e2
ScanRulesetType

the value to compare against e1

Returns

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

Applies to