ObjectiveLib  1.0.0
Public Member Functions
OLNotEqualTo Class Reference

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:
arg1the first object
arg2the 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 Sat Feb 15 2014 07:45:35, © 2004-2007 Will Mason