Ejemplo n.º 1
0
 public override bool Equals(object obj)
 {
     if (obj.GetType() == typeof(RefTable))
     {
         RefTable compare = (RefTable)obj;
         return(compare.KeyValue() == this.KeyValue());
     }
     else
     {
         return(base.Equals(obj));
     }
 }