DataBoxEdgeUserType.Inequality Operator

Definition

Determines if two DataBoxEdgeUserType values are not the same.

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

Parameters

left
DataBoxEdgeUserType

The left value to compare.

right
DataBoxEdgeUserType

The right value to compare.

Returns

Applies to