예제 #1
0
 public Int32 CompareTo(Degrees other)
 {
     return(CompareTo((Radians)other));
 }
예제 #2
0
 public Boolean Equals(Degrees other)
 {
     return(Equals((Radians)other));
 }