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
WindingnessLevel(String) |
Initializes a new instance of WindingnessLevel. |
Properties
High |
high. |
Low |
low. |
Normal |
normal. |
Methods
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
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. |
Applies to
Azure SDK for .NET