---
title: "==(_:_:)"
framework: realitykit
role: symbol
role_heading: Operator
path: "realitykit/materialcolorparameter/==(_:_:)"
---

# ==(_:_:)

Indicates whether two color parameters are equal.

## Declaration

```swift
static func == (lhs: MaterialColorParameter, rhs: MaterialColorParameter) -> Bool
```

## Parameters

- `lhs`: The first color parameter to compare.
- `rhs`: The second color parameter to compare.

## Return Value

Return Value A Boolean value set to true if the two color parameters are equal.
