WindingnessLevel 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.
The WindingnessLevel.
public readonly struct WindingnessLevel : IEquatable<Azure.Maps.Routing.WindingnessLevel>
type WindingnessLevel = struct
Public Structure WindingnessLevel
Implements IEquatable(Of WindingnessLevel)
- Inheritance
-
WindingnessLevel
- Implements
Constructors
| Name | Description |
|---|---|
| WindingnessLevel(String) |
Initializes a new instance of WindingnessLevel. |
Properties
| Name | Description |
|---|---|
| High |
high. |
| Low |
low. |
| Normal |
normal. |
Methods
| Name | Description |
|---|---|
| Equals(WindingnessLevel) |
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(WindingnessLevel, WindingnessLevel) |
Determines if two WindingnessLevel values are the same. |
| Implicit(String to WindingnessLevel) |
Converts a String to a WindingnessLevel. |
| Inequality(WindingnessLevel, WindingnessLevel) |
Determines if two WindingnessLevel values are not the same. |