FeatureTypeEnum Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |