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

# isEqual(to:)

Determine CWConfiguration object equality.

## Declaration

```swift
func isEqual(to configuration: CWConfiguration) -> Bool
```

## Parameters

- `configuration`: The CWConfiguration object with which to compare the receiver.

## Return Value

Return Value YES if the objects are equal.

## Discussion

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