OLNotEqualTo Class Reference
[Function Objects]

A function object for assessing inequality. More...

#import <ObjectiveLib/Functional.h>

Inheritance diagram for OLNotEqualTo:

Inheritance graph
[legend]
List of all members.

Public Member Functions

(BOOL) - performBinaryFunctionWithArg:andArg:
 Compare arg1 to arg2 and return whether they are equal.

Detailed Description

A function object for assessing inequality.

The object compares two objects a returns a boolean value of true if the objects are not equal.


Member Function Documentation

- (BOOL) performBinaryFunctionWithArg: (id)  arg1
andArg: (id)  arg2 

Compare arg1 to arg2 and return whether they are equal.

Precondition:
arg1 must respond to the message isNotEqualTo:.
Parameters:
arg1 the first object
arg2 the second object
Returns:
YES if the two objects are not equal, NO otherwise

Reimplemented from < OLBoolBinaryFunction >.


The documentation for this class was generated from the following file:
ObjectiveLibGenerated Sun Apr 22 15:13:40 2007, © 2004-2007 Will Mason
SourceForge.net Logo