Method: AsposePdfCloud::TextLine#==
- Defined in:
- lib/aspose_pdf_cloud/models/text_line.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
91 92 93 94 95 96 |
# File 'lib/aspose_pdf_cloud/models/text_line.rb', line 91 def ==(o) return true if self.equal?(o) self.class == o.class && horizontal_alignment == o.horizontal_alignment && segments == o.segments end |