Equals
Compare this document against another document.
Read time 1 minuteLast updated 8 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Search
- Assembly: UnityEditor
Equals(SearchDocument)
Compare this document against another document.
public bool Equals(SearchDocument other)
Parameters
Another document to compare to.
Returns
Type | Description |
|---|---|
| bool | If true both document are equals. |
Equals(Object)
Compare this document against another document.
public override bool Equals(object other)
Parameters
Another document to compare to.
Returns
Type | Description |
|---|---|
| bool | If true both document are equals. |