isEqualTo(const OSMetaClassBase *)
Tests for equality between a IONetworkMedium object and an OSObject.
Declaration
virtual bool isEqualTo(
const OSMetaClassBase *obj) const;Parameters
- obj:
An OSObject to test against an IONetworkMedium object.
Return Value
Returns true if equal, false otherwise.
Overview
The OSObject is considered equal to the IONetworkMedium object if the OSObject is an IONetworkMedium, and they have similar properties assigned to them during initialization.