InclineLevel Struct

Definition

The InclineLevel.

public readonly struct InclineLevel : IEquatable<Azure.Maps.Routing.InclineLevel>
type InclineLevel = struct
Public Structure InclineLevel
Implements IEquatable(Of InclineLevel)
Inheritance
InclineLevel
Implements

Constructors

InclineLevel(String)

Initializes a new instance of InclineLevel.

Properties

High

high.

Low

low.

Normal

normal.

Methods

Equals(InclineLevel)

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(InclineLevel, InclineLevel)

Determines if two InclineLevel values are the same.

Implicit(String to InclineLevel)

Converts a string to a InclineLevel.

Inequality(InclineLevel, InclineLevel)

Determines if two InclineLevel values are not the same.

Applies to