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