Exemple #1
0
bool Container::operator< (Container &other) const 
{
	return AankomstDatum < other.GetAankomstDatum();
}