CompareTo(GraphicsBufferHandle)
Compares this GraphicsBufferHandle with another to determine their relative positions in the sort order, according to their integer values.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public int CompareTo(GraphicsBufferHandle other)
Parameters
The other to compare with this instance.
GraphicsBufferHandleReturns
Type | Description |
|---|---|
| int | An integer that represents the relative sort order positions of the current instance and the other |