Share via


AdvancedThreatProtectionState.Equality Operator

Definition

Overriding == operator for enum AdvancedThreatProtectionState

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

Parameters

e1
AdvancedThreatProtectionState

the value to compare against e2

e2
AdvancedThreatProtectionState

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to