Compares two Offsets for equality.
@override bool operator ==(other) { return other is OffsetPoint && other.dx == dx && other.dy == dy && other.timestamp == timestamp; }