public override int GetHashCode() { unchecked { return(((QuerySnapshot != null ? QuerySnapshot.GetHashCode() : 0) * 397) ^ Count); } }
public override int GetHashCode() { return(_querySnapshot?.GetHashCode() ?? 0); }