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