Share via


ScanRulesetStatus.Inequality(ScanRulesetStatus, ScanRulesetStatus) Operator

Definition

Overriding != operator for enum ScanRulesetStatus

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

Parameters

e1
ScanRulesetStatus

the value to compare against e2

e2
ScanRulesetStatus

the value to compare against e1

Returns

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

Applies to