AdvancedThreatProtectionName.Equality Operator

Definition

Overriding == operator for enum AdvancedThreatProtectionName

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

Parameters

e1
AdvancedThreatProtectionName

the value to compare against e2

e2
AdvancedThreatProtectionName

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to