ObjectiveLib
1.0.0
|
A function object for assessing inequality. More...
#import <ObjectiveLib/Functional.h>
Public Member Functions | |
(BOOL) | - performBinaryFunctionWithArg:andArg: |
Compare arg1 to arg2 and return whether they are equal. |
A function object for assessing inequality.
The object compares two objects a returns a boolean value of true if the objects are not equal.
- (BOOL) performBinaryFunctionWithArg: | (id) | arg1 | |
andArg: | (id) | arg2 | |
Compare arg1 to arg2 and return whether they are equal.
isNotEqualTo:
.arg1 | the first object |
arg2 | the second object |
Reimplemented from <OLBoolBinaryFunction>.
|