ObjFW
|
A protocol for comparing objects. More...
#import <ObjFW/OFObject.h>
Instance Methods | |
(of_comparison_result_t) | - compare: |
Compares the object with another object. More... | |
A protocol for comparing objects.
This protocol is implemented by objects that can be compared.
- (of_comparison_result_t) compare: | (id< OFComparing >) | object |
Compares the object with another object.
object | An object to compare the object to |