# LightingExplorerTableColumn.ComparePropertiesDelegate

> A delegate for comparison of properties for sorting.

## Definition

* **Type:** Delegate
* **Namespace:** [UnityEditor](/engine/6000.7/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public delegate int LightingExplorerTableColumn.ComparePropertiesDelegate(SerializedProperty lhs, SerializedProperty rhs)
```
