DataBoxEdgeJobType.Inequality(DataBoxEdgeJobType, DataBoxEdgeJobType) Operator

Definition

Determines if two DataBoxEdgeJobType values are not the same.

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

Parameters

left
DataBoxEdgeJobType

The left value to compare.

right
DataBoxEdgeJobType

The right value to compare.

Returns

Applies to