Freigeben über


StopOnNoConnectEnableStatus.Equality Operator

Definition

Overriding == operator for enum StopOnNoConnectEnableStatus

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

Parameters

e1
StopOnNoConnectEnableStatus

the value to compare against e2

e2
StopOnNoConnectEnableStatus

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to