コード例 #1
0
 public int GetHashCode(SelectionIdComponent obj)
 => obj.Value.GetHashCode();
コード例 #2
0
 public bool Equals(SelectionIdComponent x, SelectionIdComponent y)
 => x != null && y != null && x.Value.Equals(y.Value);