Beispiel #1
0
 public override int GetHashCode()
 {
     return(DateEntered.GetHashCode() + TimeStanding.GetHashCode());
 }
Beispiel #2
0
        public override bool Equals(object obj)
        {
            StatusDTS obj2 = (StatusDTS)obj;

            return(DateEntered.Equals(obj2.DateEntered) && TimeStanding.Equals(obj2.TimeStanding));
        }