---
title: "==(_:_:)"
framework: permissionkit
role: symbol
role_heading: Operator
path: "permissionkit/permissionchoice/==(_:_:)"
---

# ==(_:_:)

Returns a Boolean value indicating whether two values are equal.

## Declaration

```swift
static func == (lhs: PermissionChoice, rhs: PermissionChoice) -> Bool
```

## Parameters

- `lhs`: The left-hand side value to compare.
- `rhs`: The other value to compare.

## See Also

### Computing hashes

- [hash(into:)](permissionkit/permissionchoice/hash(into:).md)
