<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "macCatalyst: 13.0.0 -",
    "macOS: 10.15.0 -",
    "tvOS: 13.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 6.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Network",
  "identifier" : "/documentation/Network/NWBrowser/Result/Change",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Network"
    ],
    "preciseIdentifier" : "s:7Network9NWBrowserC6ResultV6ChangeO"
  },
  "title" : "NWBrowser.Result.Change"
}
-->

# NWBrowser.Result.Change

Ways in which discovered services can change between specific results.

```
enum Change
```

## Topics

### Inspecting Change Types

[`case identical`](/documentation/Network/NWBrowser/Result/Change/identical)

No change was detected for the result.

[`case added(NWBrowser.Result)`](/documentation/Network/NWBrowser/Result/Change/added(_:))

A new result was discovered.

[`case removed(NWBrowser.Result)`](/documentation/Network/NWBrowser/Result/Change/removed(_:))

A previously discovered result was removed.

[`case changed(old: NWBrowser.Result, new: NWBrowser.Result, flags: NWBrowser.Result.Change.Flags)`](/documentation/Network/NWBrowser/Result/Change/changed(old:new:flags:))

A result changed properties but was not removed.

[`struct Flags`](/documentation/Network/NWBrowser/Result/Change/Flags)

Flags providing details about a change in a discovered service.

### Calculating Result Changes

[`init(between: NWBrowser.Result?, NWBrowser.Result?)`](/documentation/Network/NWBrowser/Result/Change/init(between:_:))

Initializes a change between two results.

## Relationships

### Conforms To

[`Sendable`](/documentation/Swift/Sendable)

[`Equatable`](/documentation/Swift/Equatable)

[`Hashable`](/documentation/Swift/Hashable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

---

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)