Udostępnij przez


FeatureTypeEnum Struct

Definition

The type of a feature must be Feature.

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

Constructors

Name Description
FeatureTypeEnum(String)

Initializes a new instance of FeatureTypeEnum.

Properties

Name Description
Feature

Feature.

Methods

Name Description
Equals(FeatureTypeEnum)

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

Determines if two FeatureTypeEnum values are the same.

Implicit(String to FeatureTypeEnum)

Converts a String to a FeatureTypeEnum.

Inequality(FeatureTypeEnum, FeatureTypeEnum)

Determines if two FeatureTypeEnum values are not the same.

Applies to