public Int32 CompareTo(Degrees other) { return(CompareTo((Radians)other)); }
public Boolean Equals(Degrees other) { return(Equals((Radians)other)); }