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

FeatureTypeEnum(String)

Initializes a new instance of FeatureTypeEnum.

Properties

Feature

Feature.

Methods

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

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