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