Share via


DevBoxDeleteMode.Equality(DevBoxDeleteMode, DevBoxDeleteMode) Operator

Definition

Overriding == operator for enum DevBoxDeleteMode

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

Parameters

e1
DevBoxDeleteMode

the value to compare against e2

e2
DevBoxDeleteMode

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to