pub extern "C-unwind" fn IOObjectIsEqualTo(
object: io_object_t,
an_object: io_object_t,
) -> boolAvailable on crate feature
libc only.Expand description
Checks two object handles to see if they represent the same kernel object.
If two object handles are returned by IOKitLib functions, this function will compare them to see if they represent the same kernel object.
Parameter object: An IOKit object.
Parameter anObject: Another IOKit object.
Returns: If both object handles are valid, and represent the same object in the kernel true is returned, otherwise false.