class RubyXL::XF

www.schemacentral.com/sc/ooxml/e-ssml_xf-1.html

Public Instance Methods

==(other) click to toggle source
# File lib/rubyXL/objects/cell_style.rb, line 57
def ==(other)
  (self.num_fmt_id == other.num_fmt_id) &&
    (self.font_id == other.font_id) &&
    (self.fill_id == other.fill_id) &&
    (self.border_id == other.border_id) &&
    (self.xf_id == other.xf_id)
end