class Term::ANSIColor::HSLTriple

def ==(other)

def ==(other)
  to_rgb_triple == other.to_rgb_triple
end