class Term::ANSIColor::RGBTriple

def ==(other)

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