Share via


DevBoxOperationKind.Inequality 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 op_Inequality : 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 not equal to the same value

Applies to