bool operator==(const kc_interval<T>& o) const; bool operator!=(const kc_interval<T>& o) const;
These operators check for equality or inequality to another kc_interval<T> instance. The equality and inequality for the circular intervals are defined for an operator as: