Ejemplo n.º 1
0
 protected bool Equals(MySnapshot2 other)
 {
     return string.Equals(Data, other.Data);
 }
Ejemplo n.º 2
0
 protected bool Equals(MySnapshot2 other)
 {
     return(string.Equals(Data, other.Data));
 }