ObjFW
Public Member Functions
<OFComparing> Protocol Reference

A protocol for comparing objects. More...

#import <OFObject.h>

Inheritance diagram for <OFComparing>:
<OFObject> OFDataArray OFDate OFString OFBigDataArray OFConstantString OFMutableString

List of all members.

Public Member Functions

(of_comparison_result_t) - compare:
 Compares the object with another object.

Detailed Description

A protocol for comparing objects.

This protocol is implemented by objects that can be compared.


Member Function Documentation

- (of_comparison_result_t) compare: (id)  object

Compares the object with another object.

Parameters:
objectAn object to compare the object to
Returns:
The result of the comparison

The documentation for this protocol was generated from the following file:
 All Classes Functions Variables Properties