Esempio n. 1
0
 /// <summary>
 /// Equalses the specified other.
 /// </summary>
 /// <param name="other">The other.</param>
 /// <returns></returns>
 public bool Equals(PagedChangeSet <TObject, TKey> other)
 {
     return(SortedItems.SequenceEqual(other.SortedItems));
     // return Equals(this.SortedItems, other.SortedItems);
 }