Method: MoneyKit::Cursor#==

Defined in:
lib/moneykit/models/cursor.rb

#==(other) ⇒ Object

Checks equality by comparing each attribute.



89
90
91
92
93
94
# File 'lib/moneykit/models/cursor.rb', line 89

def ==(other)
  return true if equal?(other)

  self.class == other.class &&
    _next == other._next
end