protected bool Equals(MySnapshot2 other) { return string.Equals(Data, other.Data); }
protected bool Equals(MySnapshot2 other) { return(string.Equals(Data, other.Data)); }