Equals
Compare Search Result using their index values.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Search
- Assembly: UnityEditor
Equals(SearchResult)
Compare Search Result using their index values.
public bool Equals(SearchResult other)
Parameters
Another SearchResult to compare.
Returns
Type | Description |
|---|---|
| bool | Returns true if both SearchResults have the same index. |
Equals(Object)
Compare Search Result using their index values.
public override bool Equals(object other)
Parameters
Another SearchResult to compare.
Returns
Type | Description |
|---|---|
| bool | Returns true if both SearchResults have the same index. |