Method: WordsRubySdk::Paragraph#eql?

Defined in:
lib/words_ruby_sdk/models/paragraph.rb

#eql?(other) ⇒ Boolean

Parameters:

  • Object (Object)

    to be compared

Returns:

  • (Boolean)

See Also:

  • `==` method


111
112
113
# File 'lib/words_ruby_sdk/models/paragraph.rb', line 111

def eql?(other)
  self == other
end