equals operator
@override bool operator ==(Object other) { return other is Date && compareTo(other) == 0; }