Equals
Check if two SearchItems have the same ID.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Search
- Assembly: UnityEditor
Equals(Object)
Check if two SearchItems have the same ID.
public override bool Equals(object other)
Parameters
AnotherSearchItem to compare.
Returns
Type | Description |
|---|---|
| bool | Returns true if SearchItems have the same ID. |
Equals(SearchItem)
Check if two SearchItems have the same ID.
public bool Equals(SearchItem other)
Parameters
AnotherSearchItem to compare.
Returns
Type | Description |
|---|---|
| bool | Returns true if SearchItems have the same ID. |