Share via


DevBoxActionDelayResultStatus.Equality Operator

Definition

Overriding == operator for enum DevBoxActionDelayResultStatus

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

Parameters

e1
DevBoxActionDelayResultStatus

the value to compare against e2

e2
DevBoxActionDelayResultStatus

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to