Equals
Tests equality with another record key.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Search
- Assembly: UnityEditor
Equals(PropertyDatabaseRecordKey)
Tests equality with another record key.
public bool Equals(PropertyDatabaseRecordKey other)
Parameters
A record key.
Returns
Type | Description |
|---|---|
| bool | True if they are equal, otherwise false. |
Equals(Object)
Tests equality with another record key.
public override bool Equals(object obj)
Parameters
A record key.
Returns
Type | Description |
|---|---|
| bool | True if they are equal, otherwise false. |