SetStartVMOnConnect.Equality(SetStartVMOnConnect, SetStartVMOnConnect) Operator

Definition

Overriding == operator for enum SetStartVMOnConnect

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

Parameters

e1
SetStartVMOnConnect

the value to compare against e2

e2
SetStartVMOnConnect

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to