public bool MatchesDate(PostInfo otherPostInfo) { return otherPostInfo.Year == Year && otherPostInfo.Month == Month && otherPostInfo.Day == Day; }
public bool MatchesDate(PostInfo otherPostInfo) { return(otherPostInfo.Year == Year && otherPostInfo.Month == Month && otherPostInfo.Day == Day); }