Share via


ClassificationRuleStatus.Inequality Operator

Definition

Overriding != operator for enum ClassificationRuleStatus

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

Parameters

e1
ClassificationRuleStatus

the value to compare against e2

e2
ClassificationRuleStatus

the value to compare against e1

Returns

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

Applies to