Method CompareTo
CompareTo(SystemHandle)
Implements IComparable interface for usage in generic sorted containers
Declaration
public int CompareTo(SystemHandle other)
Parameters
| Type | Name | Description |
|---|---|---|
| SystemHandle | other | The SystemHandle being compared against |
Returns
| Type | Description |
|---|---|
| int | Value representing relative order compared to another SystemHandle |