Method: DocuSign_eSign::DateStampProperties#==

Defined in:
lib/docusign_esign/models/date_stamp_properties.rb

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



91
92
93
94
95
96
97
98
# File 'lib/docusign_esign/models/date_stamp_properties.rb', line 91

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      date_area_height == o.date_area_height &&
      date_area_width == o.date_area_width &&
      date_area_x == o.date_area_x &&
      date_area_y == o.date_area_y
end