You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implementing IComparable<T> and using Equals() is better because it's type safe, but for things like comparing axis limits it sure is convenient to allow == and != operators so they should be overloaded for the primitives that make sense.