Share via


VirtualMachineIsolateEmulatorThread.Equality Operator

Definition

Overriding == operator for enum VirtualMachineIsolateEmulatorThread

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

Parameters

e1
VirtualMachineIsolateEmulatorThread

the value to compare against e2

e2
VirtualMachineIsolateEmulatorThread

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to