DataBoxEdgeOrderState.Inequality Operator

Definition

Determines if two DataBoxEdgeOrderState values are not the same.

public static bool operator !=(Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeOrderState left, Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeOrderState right);
static member op_Inequality : Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeOrderState * Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeOrderState -> bool
Public Shared Operator != (left As DataBoxEdgeOrderState, right As DataBoxEdgeOrderState) As Boolean

Parameters

left
DataBoxEdgeOrderState

The left value to compare.

right
DataBoxEdgeOrderState

The right value to compare.

Returns

Applies to