CompareTo(SearchResult)
Compares Search Results using their index values.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Search
- Assembly: UnityEditor
public int CompareTo(SearchResult other)
Parameters
Another SearchResult to compare.
Returns
Type | Description |
|---|---|
| int | Returns true if both SearchResults have the same index. |