/// <inheritdoc />
 public bool Equals(OrderedKeyStruct <T> other) => this.Key.Equals(other.Key);
 /// <inheritdoc />
 public int CompareTo(OrderedKeyStruct <T> other) => this.Key.CompareTo(other.Key);