---
title: "isEqual(to:)"
framework: corewlan
role: symbol
role_heading: Instance Method
path: "corewlan/cwchannel/isequal(to:)"
---

# isEqual(to:)

Determine CWChannel object equality.

## Declaration

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

## Parameters

- `channel`: The CWChannel object with which to compare the receiver.

## Return Value

Return Value YES if the objects are equal.

## Discussion

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