Freigeben über


ResyncState.Equality(ResyncState, ResyncState) Operator

Definition

Overriding == operator for enum ResyncState

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

Parameters

e1
ResyncState

the value to compare against e2

e2
ResyncState

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to