RoutingLanguage.Inequality(RoutingLanguage, RoutingLanguage) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines if two RoutingLanguage values are not the same.
public static bool operator != (Azure.Maps.Routing.RoutingLanguage left, Azure.Maps.Routing.RoutingLanguage right);
static member op_Inequality : Azure.Maps.Routing.RoutingLanguage * Azure.Maps.Routing.RoutingLanguage -> bool
Public Shared Operator != (left As RoutingLanguage, right As RoutingLanguage) As Boolean
Parameters
- left
- RoutingLanguage
- right
- RoutingLanguage