Compare two angles for equality.
@override bool operator ==(Object other) { return (other is GeoAngle) && (other.radian == radian); }