DataBoxEdgeDownloadPhase.Inequality Operator

Definition

Determines if two DataBoxEdgeDownloadPhase values are not the same.

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

Parameters

left
DataBoxEdgeDownloadPhase

The left value to compare.

right
DataBoxEdgeDownloadPhase

The right value to compare.

Returns

Applies to