public override bool Equals(object o) { AdminAirport other = o as AdminAirport; if (other == null) { return(false); } return(ApIatacode.Equals(other.ApIatacode)); }
public override int GetHashCode() { return(ApIatacode.GetHashCode()); }