Method: AsposePdfCloud::Position#==
- Defined in:
- lib/aspose_pdf_cloud/models/position.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
94 95 96 97 98 99 |
# File 'lib/aspose_pdf_cloud/models/position.rb', line 94 def ==(o) return true if self.equal?(o) self.class == o.class && x_indent == o.x_indent && y_indent == o.y_indent end |