LocalizerRunwayReference
USI.Core
Airport and runway served by a received localizer.
public struct LocalizerRunwayReference : IEquatable<LocalizerRunwayReference>Constructors
LocalizerRunwayReference
public LocalizerRunwayReference(string AirportIdentifier, string RunwayIdentifier)Airport and runway served by a received localizer.
Properties
AirportIdentifier
public string AirportIdentifier { get; set; }RunwayIdentifier
public string RunwayIdentifier { get; set; }Methods
Deconstruct
public void Deconstruct(string AirportIdentifier, string RunwayIdentifier)Equals
public bool Equals(object obj)Equals
public bool Equals(LocalizerRunwayReference other)GetHashCode
public int GetHashCode()ToString
public string ToString()