Equals
Returns true if this ImportResultID is equal to another ImportResultID, otherwise false.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Experimental
- Assembly: UnityEditor.CoreModule
Equals(ImportResultID)
Returns true if this ImportResultID is equal to another ImportResultID, otherwise false.
public bool Equals(ImportResultID other)
Parameters
The ImportResultID to test for equality.
Returns
Type | Description |
|---|---|
| bool | True if this ImportResultID is equal to the other, otherwise false. |
Equals(Hash128)
Returns true if this ImportResultID is equal to another ImportResultID, otherwise false.
public bool Equals(Hash128 other)
Parameters
The ImportResultID to test for equality.
Returns
Type | Description |
|---|---|
| bool | True if this ImportResultID is equal to the other, otherwise false. |