Пример #1
0
 public override bool Equals(object obj)
 {
     if (obj.GetType() == typeof(RECEIVABLES00))
     {
         RECEIVABLES00 compare = (RECEIVABLES00)obj;
         return(compare.KeyValue() == this.KeyValue());
     }
     else
     {
         return(base.Equals(obj));
     }
 }