GuidanceInstructionType.Inequality Operator

Definition

Determines if two GuidanceInstructionType values are not the same.

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

Parameters

Returns

Applies to