다음을 통해 공유


ScanRulesetStatus.Equality(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 ( = ) : 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 equal to the same value

Applies to