#import <ObjectiveLib/Functional.h>
Inheritance diagram for OLEqualTo:
Public Member Functions | |
(BOOL) | - performBinaryFunctionWithArg:andArg: |
Compare arg1 to arg2 and return whether they are equal. |
The object compares two objects a returns a boolean value indicating equality.
- (BOOL) performBinaryFunctionWithArg: | (id) | arg1 | ||
andArg: | (id) | arg2 | ||
Compare arg1 to arg2 and return whether they are equal.
isEqualTo:
.arg1 | the first object | |
arg2 | the second object |
Reimplemented from < OLBoolBinaryFunction >.
|