예제 #1
0
 protected bool Equals(MySnapshot other)
 {
     return(string.Equals(Data, other.Data));
 }
예제 #2
0
 protected bool Equals(MySnapshot other)
 {
     return string.Equals(Data, other.Data);
 }