예제 #1
0
        public override int CompareTo(UpdatedUniqueItem other)
        {
            var otherModel = other as ConnectionModel;

            return(otherModel.GetUpdatedTime().CompareTo(GetUpdatedTime()));
        }
예제 #2
0
 public override int CompareTo(UpdatedUniqueItem other)
 {
     return(UpdatedAtTime.CompareTo(other.UpdatedAtTime));
 }