Public Member Functions

<OFComparing> Protocol Reference

A protocol for comparing objects. More...

#import <OFObject.h>

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

List of all members.

Public Member Functions

(of_comparison_result_t) - compare:

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)  obj  

Compares the object with another object.

Parameters:
obj An 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