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