Share via


DevBoxOperationKind.Equality(DevBoxOperationKind, DevBoxOperationKind) Operator

Definition

Overriding == operator for enum DevBoxOperationKind

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

Parameters

e1
DevBoxOperationKind

the value to compare against e2

e2
DevBoxOperationKind

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to