JunctionType.Equality(JunctionType, JunctionType) Operator

Definition

Determines if two JunctionType values are the same.

public static bool operator == (Azure.Maps.Routing.Models.JunctionType left, Azure.Maps.Routing.Models.JunctionType right);
static member ( = ) : 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