Share via


SslEnforcementEnum.Equality(SslEnforcementEnum, SslEnforcementEnum) Operator

Definition

Overriding == operator for enum SslEnforcementEnum

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

Parameters

e1
SslEnforcementEnum

the value to compare against e2

e2
SslEnforcementEnum

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to