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
DrivingSide(String) |
Initializes a new instance of DrivingSide. |
Properties
Left |
Left side. |
Right |
Right side. |
Methods
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
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. |
Applies to
Azure SDK for .NET