MatchCodesEnum Struct

Definition

The MatchCodesEnum.

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

Constructors

MatchCodesEnum(String)

Initializes a new instance of MatchCodesEnum.

Properties

Ambiguous

Ambiguous.

Good

Good.

UpHierarchy

UpHierarchy.

Methods

Equals(MatchCodesEnum)

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

Determines if two MatchCodesEnum values are the same.

Implicit(String to MatchCodesEnum)

Converts a string to a MatchCodesEnum.

Inequality(MatchCodesEnum, MatchCodesEnum)

Determines if two MatchCodesEnum values are not the same.

Applies to