Method: AsposePdfCloud::Bookmarks#==
- Defined in:
- lib/aspose_pdf_cloud/models/bookmarks.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
88 89 90 91 92 93 |
# File 'lib/aspose_pdf_cloud/models/bookmarks.rb', line 88 def ==(o) return true if self.equal?(o) self.class == o.class && links == o.links && list == o.list end |