GeoJsonType Struct

Definition

GeoJSON type.

public readonly struct GeoJsonType : IEquatable<Azure.Health.Insights.ClinicalMatching.GeoJsonType>
type GeoJsonType = struct
Public Structure GeoJsonType
Implements IEquatable(Of GeoJsonType)
Inheritance
GeoJsonType
Implements

Constructors

GeoJsonType(String)

Initializes a new instance of GeoJsonType.

Properties

Feature

Feature.

Methods

Equals(GeoJsonType)

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

Determines if two GeoJsonType values are the same.

Implicit(String to GeoJsonType)

Converts a string to a GeoJsonType.

Inequality(GeoJsonType, GeoJsonType)

Determines if two GeoJsonType values are not the same.

Applies to