AggTrades: are aggId's guaranteed to be in order by timestamp?

Will aggIds always be in order relative to the timestamp?

n.aggId < (n+1).aggId
and
n.timestamp <= (n+1).timestamp

for all cases?