Returns the underlying Boolean value from the object.
SDKs
- macOS 10.7+
- Mac Catalyst 13.0+
Framework
- XPC
Declaration
func xpc_bool_get_value(_ xbool: xpc _object _t) -> Bool
Parameters
xbool
The Boolean object which is to be examined.
Return Value
The underlying Boolean value.