Contents

XPC_BOOL_FALSE

A constant that represents a Boolean value of false.

Declaration

var XPC_BOOL_FALSE: xpc_object_t { get }

Discussion

You may compare a Boolean object against this constant to determine its value.

See Also

Boolean objects