Method: DocuSign_Maestro::DSWorkflowLastIndexOfExpression#==

Defined in:
lib/docusign_maestro/models/ds_workflow_last_index_of_expression.rb

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared

[View source]

93
94
95
96
97
98
99
# File 'lib/docusign_maestro/models/ds_workflow_last_index_of_expression.rb', line 93

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      search_text == o.search_text &&
      text == o.text &&
      type == o.type
end