Class

WeatherGeographicFeature

USI.Weather

Public SDK type.

public sealed class WeatherGeographicFeature : IEquatable<WeatherGeographicFeature>

Constructors

WeatherGeographicFeature

public WeatherGeographicFeature(string Name, string Type, string StateOrRegion, string Country, WeatherLocation Location)

Properties

Country

public string Country { get; set; }

Location

public WeatherLocation Location { get; set; }

Name

public string Name { get; set; }

StateOrRegion

public string StateOrRegion { get; set; }

Type

public string Type { get; set; }

Methods

<Clone>$

public WeatherGeographicFeature <Clone>$()

Deconstruct

public void Deconstruct(string Name, string Type, string StateOrRegion, string Country, WeatherLocation Location)

Equals

public bool Equals(object obj)

Equals

public bool Equals(WeatherGeographicFeature other)

GetHashCode

public int GetHashCode()

ToString

public string ToString()