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

# isEqual(to:)

Returns a Boolean value indicating whether the specified parameter object represents the same property as the current parameter object.

## Declaration

```swift
func isEqual(to parameter: INParameter) -> Bool
```

## Parameters

- `parameter`: The parameter object to compare to this one.

## Return Value

Return Value true if the two parameter objects represent the same property of the interaction object, or false if they do not.
