# operator ==(VisualElementStyleSheetSet, VisualElementStyleSheetSet)

> Compares instances of the VisualElementStyleSheetSet struct for equality.

## Definition

* **Type:** Operator
* **Namespace:** [UnityEngine.UIElements](/engine/6000.5/script-reference/unityengine/uielements.md)
* **Assembly:** UnityEngine.UIElementsModule

```csharp
public static bool operator ==(VisualElementStyleSheetSet left, VisualElementStyleSheetSet right)
```

### Parameters

**** (\[VisualElementStyleSheetSet]\(/engine/6000.5/script-reference/unityengine/uielements/visualelementstylesheetset)): The left operand of the comparison**** (\[VisualElementStyleSheetSet]\(/engine/6000.5/script-reference/unityengine/uielements/visualelementstylesheetset)): The right operand of the comparison

### Returns

| Type                                                          | Description                                                           |
| ------------------------------------------------------------- | --------------------------------------------------------------------- |
| [bool](https://learn.microsoft.com/dotnet/api/system.boolean) | True if the two instances refer to the same element, false otherwise. |
