Esempio n. 1
0
 public bool Equals(CategoryListings other)
 {
     return(RecursiveCount == other.RecursiveCount &&
            Count == other.Count &&
            Listings.ListsAreEqual(other.Listings));
 }