Method: DocuSign_Maestro::DSWorkflowComparisonExpression#==
- Defined in:
- lib/docusign_maestro/models/ds_workflow_comparison_expression.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
106 107 108 109 110 111 112 113 |
# File 'lib/docusign_maestro/models/ds_workflow_comparison_expression.rb', line 106 def ==(o) return true if self.equal?(o) self.class == o.class && comparison_operator == o.comparison_operator && left_operand == o.left_operand && right_operand == o.right_operand && type == o.type end |