Пример #1
0
 protected bool Equals(Angle other)
 {
     return(InDegrees.Equals(other.InDegrees) && IsZero == other.IsZero);
 }