Sdílet prostřednictvím


PointOfInterestExtendedPostalCodes Struct

Definition

The PointOfInterestExtendedPostalCodes.

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

Constructors

PointOfInterestExtendedPostalCodes(String)

Initializes a new instance of PointOfInterestExtendedPostalCodes.

Properties

None

None.

PointOfInterest

POI.

Methods

Equals(PointOfInterestExtendedPostalCodes)

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

Determines if two PointOfInterestExtendedPostalCodes values are the same.

Implicit(String to PointOfInterestExtendedPostalCodes)

Converts a string to a PointOfInterestExtendedPostalCodes.

Inequality(PointOfInterestExtendedPostalCodes, PointOfInterestExtendedPostalCodes)

Determines if two PointOfInterestExtendedPostalCodes values are not the same.

Applies to