Aracılığıyla paylaş


WindingnessLevel Struct

Definition

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