EdgeRemoteApplicationType.Inequality Operator

Definition

Determines if two EdgeRemoteApplicationType values are not the same.

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

Parameters

left
EdgeRemoteApplicationType

The left value to compare.

right
EdgeRemoteApplicationType

The right value to compare.

Returns

Applies to