Freigeben über


DevBoxTunnelStatus.Equality(DevBoxTunnelStatus, DevBoxTunnelStatus) Operator

Definition

Overriding == operator for enum DevBoxTunnelStatus

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

Parameters

e1
DevBoxTunnelStatus

the value to compare against e2

e2
DevBoxTunnelStatus

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to