ResultTypeEnum Struct

Definition

The ResultTypeEnum.

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

Constructors

ResultTypeEnum(String)

Initializes a new instance of ResultTypeEnum.

Properties

Address

Address.

AdminDivision1

AdminDivision1.

AdminDivision2

AdminDivision2.

CountryRegion

CountryRegion.

Neighborhood

Neighborhood.

PopulatedPlace

PopulatedPlace.

Postcode1

Postcode1.

Methods

Equals(ResultTypeEnum)

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

Determines if two ResultTypeEnum values are the same.

Implicit(String to ResultTypeEnum)

Converts a String to a ResultTypeEnum.

Inequality(ResultTypeEnum, ResultTypeEnum)

Determines if two ResultTypeEnum values are not the same.

Applies to