EntryPointType Struct

Definition

The type of entry point. Value can be either main or minor.

public readonly struct EntryPointType : IEquatable<Azure.Maps.Search.Models.EntryPointType>
type EntryPointType = struct
Public Structure EntryPointType
Implements IEquatable(Of EntryPointType)
Inheritance
EntryPointType
Implements

Constructors

EntryPointType(String)

Initializes a new instance of EntryPointType.

Properties

Main

main.

Minor

minor.

Methods

Equals(EntryPointType)

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

Determines if two EntryPointType values are the same.

Implicit(String to EntryPointType)

Converts a string to a EntryPointType.

Inequality(EntryPointType, EntryPointType)

Determines if two EntryPointType values are not the same.

Applies to