# File lib/cairo/color.rb, line 99
      def ==(other)
        other.is_a?(self.class) and other.to_s == to_s
      end