Compartilhar via


MySqlMigrationType.Equality(MySqlMigrationType, MySqlMigrationType) Operator

Definition

Overriding == operator for enum MySqlMigrationType

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

Parameters

e1
MySqlMigrationType

the value to compare against e2

e2
MySqlMigrationType

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to