---
title: "==(_:_:)"
framework: passkit
role: symbol
role_heading: Operator
path: "passkit/pkstoredvaluepassbalance/==(_:_:)"
---

# ==(_:_:)

Returns a Boolean value that indicates whether two pass balance objects contain the same values.

## Declaration

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

## Parameters

- `lhs`: A stored-value pass balance object to compare.
- `rhs`: Another stored-value pass balance object to compare.

## Return Value

Return Value true if the two stored-value pass balance objects are equal; otherwise, false
