Equals
Returns true if the objects are equal.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Build.Content
- Assembly: UnityEditor
Equals(Object)
Returns true if the objects are equal.
public override bool Equals(object obj)
Parameters
The object to check equality with.
Returns
Type | Description |
|---|---|
| bool | Returns true if all fields are equal. |
Remarks
Internal use only. See ObjectIdentifier.
Equals(ObjectIdentifier)
Returns true if the objects are equal.
public bool Equals(ObjectIdentifier other)
Parameters
Returns
Type | Description |
|---|---|
| bool | Returns true if all fields are equal. |
Remarks
Internal use only. See ObjectIdentifier.