Method: AsposeWordsCloud::FontInfo#==

Defined in:
lib/aspose_words_cloud/models/font_info.rb

#==(other) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



96
97
98
99
100
101
102
103
# File 'lib/aspose_words_cloud/models/font_info.rb', line 96

def ==(other)
  return true if self.equal?(other)
  self.class == other.class &&
      file_path == other.file_path &&
      font_family_name == other.font_family_name &&
      full_font_name == other.full_font_name &&
      version == other.version
end