Esempio n. 1
0
 protected bool Equals(PetMetric other)
 {
     return(PetId == other.PetId && MetricId == other.MetricId && Value == other.Value &&
            LastInteractionTime.HumanEquals(other.LastInteractionTime));
 }