Udostępnij przez


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

Name Description
MatchCodesEnum(String)

Initializes a new instance of MatchCodesEnum.

Properties

Name Description
Ambiguous

Ambiguous.

Good

Good.

UpHierarchy

UpHierarchy.

Methods

Name Description
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

Name Description
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