示例#1
0
 protected bool Equals(MySnapshot2 other)
 {
     return string.Equals(Data, other.Data);
 }
示例#2
0
 protected bool Equals(MySnapshot2 other)
 {
     return(string.Equals(Data, other.Data));
 }