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