Partilhar via


MigrationState.Equality(MigrationState, MigrationState) Operator

Definition

Overriding == operator for enum MigrationState

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

Parameters

e1
MigrationState

the value to compare against e2

e2
MigrationState

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to