示例#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));
 }