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

# isEqual(to:)

Returns a Boolean value that indicates whether a feature value is equal to another.

## Declaration

```swift
func isEqual(to value: MLFeatureValue) -> Bool
```

## Parameters

- `value`: Another feature value.
