<!--
{
  "availability" : [
    "DriverKit: -",
    "iOS: -",
    "iPadOS: -",
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "DriverKit",
  "identifier" : "/documentation/DriverKit/kOSBooleanFalse",
  "metadataVersion" : "0.1.0",
  "role" : "Global Variable",
  "symbol" : {
    "kind" : "Global Variable",
    "modules" : [
      "DriverKit"
    ],
    "preciseIdentifier" : "c:@kOSBooleanFalse"
  },
  "title" : "kOSBooleanFalse"
}
-->

# kOSBooleanFalse

The OSBoolean constant for `false` .

```
extern OSBooleanPtr kOSBooleanFalse;
```

## Discussion

kOSBooleanFalse is the OSBoolean constant for `true` . This object does not need to be retained or released (but it can be). Comparisons should be of the form `booleanObject == kOSBooleanFalse`

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)