Freigeben über


VMwareToAzureMigrateResyncState.Equality Operator

Definition

Overriding == operator for enum VMwareToAzureMigrateResyncState

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

Parameters

e1
VMwareToAzureMigrateResyncState

the value to compare against e2

e2
VMwareToAzureMigrateResyncState

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to