<!--
{
  "availability" : [
    "macOS: 10.7.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreWLAN",
  "identifier" : "/documentation/CoreWLAN/CWChannel/isEqual(to:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Core WLAN"
    ],
    "preciseIdentifier" : "c:objc(cs)CWChannel(im)isEqualToChannel:"
  },
  "title" : "isEqual(to:)"
}
-->

# isEqual(to:)

Determine CWChannel object equality.

```
func isEqual(to channel: CWChannel) -> Bool
```

## Parameters

`channel`

The CWChannel object with which to compare the receiver.

## Return Value

*YES* if the objects are equal.

## Discussion

CWChannel objects are considered equal if all their corresponding properties are equal.

---

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)