Share via


SetMultiVMSyncStatus.Equality Operator

Definition

Overriding == operator for enum SetMultiVMSyncStatus

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

Parameters

e1
SetMultiVMSyncStatus

the value to compare against e2

e2
SetMultiVMSyncStatus

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to