Freigeben über


EnableStatusEnum.Equality(EnableStatusEnum, EnableStatusEnum) Operator

Definition

Overriding == operator for enum EnableStatusEnum

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

Parameters

e1
EnableStatusEnum

the value to compare against e2

e2
EnableStatusEnum

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to