Contents

isEqualTo(const OSMetaClassBase *)

Tests the equality of an OSArray to an arbitrary object.

Declaration

virtual bool isEqualTo(
 const OSMetaClassBase *anObject) const;

Parameters

  • anObject:

    The object to be compared against the receiver.

Return Value

true if the two objects are equivalent, false otherwise.

Overview

An OSArray is considered equal to another object if that object is derived from OSArray and contains the same or equivalent objects.

See Also

Miscellaneous