JunctionType.Inequality(JunctionType, JunctionType) Operator

Definition

Determines if two JunctionType values are not the same.

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

Parameters

right
JunctionType

Returns

Applies to