コード例 #1
0
 public Int32 GetHashCode(PrimaryKeyDictionary <TEntity> obj) => obj.GetHashCode();
コード例 #2
0
 public Boolean Equals(PrimaryKeyDictionary <TEntity> x, PrimaryKeyDictionary <TEntity> y) => x.Equals(y);