GeoJsonPropertiesSubType Struct

Definition

GeoJSON object sub-type.

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

Constructors

GeoJsonPropertiesSubType(String)

Initializes a new instance of GeoJsonPropertiesSubType.

Properties

Circle

Circle.

Methods

Equals(GeoJsonPropertiesSubType)

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

Determines if two GeoJsonPropertiesSubType values are the same.

Implicit(String to GeoJsonPropertiesSubType)

Converts a string to a GeoJsonPropertiesSubType.

Inequality(GeoJsonPropertiesSubType, GeoJsonPropertiesSubType)

Determines if two GeoJsonPropertiesSubType values are not the same.

Applies to