Method: DocuSign_eSign::TemplateAutoMatch#==

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

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



79
80
81
82
83
84
85
# File 'lib/docusign_esign/models/template_auto_match.rb', line 79

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      auto_match == o.auto_match &&
      error_details == o.error_details &&
      template_id == o.template_id
end