isEqualTo
Compares the array with an OSObject
Declaration
virtual bool isEqualTo(const OSMetaClassBase *anObject) const;Parameters
- anObject:
The object to compare with.
Return Value
True iff the object is of class OSArray and isEqualTo(const OSArray * anArray) returns true.
Discussion
If the object is of class OSArray, the result of isEqualTo(const OSArray * anArray) is returned. Otherwise false is returned.