DrivingSide Struct
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.
Indicates left-hand vs. right-hand side driving at the point of the maneuver.
public readonly struct DrivingSide : IEquatable<Azure.Maps.Routing.Models.DrivingSide>
type DrivingSide = struct
Public Structure DrivingSide
Implements IEquatable(Of DrivingSide)
- Inheritance
-
DrivingSide
- Implements
Constructors
| Name | Description |
|---|---|
| DrivingSide(String) |
Initializes a new instance of DrivingSide. |
Properties
| Name | Description |
|---|---|
| Left |
Left side. |
| Right |
Right side. |
Methods
| Name | Description |
|---|---|
| Equals(DrivingSide) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(DrivingSide, DrivingSide) |
Determines if two DrivingSide values are the same. |
| Implicit(String to DrivingSide) |
Converts a String to a DrivingSide. |
| Inequality(DrivingSide, DrivingSide) |
Determines if two DrivingSide values are not the same. |