module Marten::DB::Model::Comparison
Direct including types
Defined in:
marten/db/model/comparison.crInstance Method Summary
- 
        #<=>(other : self)
        
          Allows to sort model instances based on primary keys. 
- 
        #==(other : self)
        
          Returns true if otheris the exact same object or corresponds to the same record at the database level.
Instance Method Detail
        
        def ==(other : self)
        #
      
      
        Returns true if other is the exact same object or corresponds to the same record at the database level.