public override bool Equals(object obj)
 {
     return(data.Equals(obj));
 }