CompareTo(ObjectIdentifier)
Implements the IComparable interface.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Build.Content
- Assembly: UnityEditor.CoreModule
public int CompareTo(ObjectIdentifier other)
Parameters
The object identifier to compare with this instance.
Returns
Type | Description |
|---|---|
| int | The returned value is the comparison result of the guid, local identifier, file type or file path depending on which of these is not equal first when checked in that order. |