コード例 #1
0
 /// <inheritdoc />
 public bool Equals(OrderedKeyStruct <T> other) => this.Key.Equals(other.Key);
コード例 #2
0
 /// <inheritdoc />
 public int CompareTo(OrderedKeyStruct <T> other) => this.Key.CompareTo(other.Key);