public override bool Equals(Object obj)
 {
     if (obj == this)
     {
         return(true);
     }
     return(entry.equals(obj));
 }