#import <ObjectiveLib/Functional.h>
Inheritance diagram for OLGreaterEqual:
Public Member Functions | |
(BOOL) | - performBinaryFunctionWithArg:andArg: |
Test whether arg1 is greater than or equal to arg2. |
This object determines whether a given object is greater than or equal to another given object.
- (BOOL) performBinaryFunctionWithArg: | (id) | arg1 | ||
andArg: | (id) | arg2 | ||
Test whether arg1 is greater than or equal to arg2.
isGreaterThanOrEqualTo:
.arg1 | the first argument | |
arg2 | the second argument |
Reimplemented from < OLBoolBinaryFunction >.
|