Objects that implement the binary == and != operators.
==
!=
impl<Idx> Eq<Range<Idx>> for Range<Idx> where Idx: Eq<Idx>,