BasicCompare
Provides rudimentary compare functionality
Operations
Compare
Compares two objects
method : public : Compare(rhs:System.Compare) ~ IntParameters
| Name | Type | Description |
|---|---|---|
| rhs | Compare | compare object |
Return
| Type | Description |
|---|---|
| Int | 0 if equal, -1 if right-hand side i greater, 1 if left-hand side is greater |
HashID
Returns the class default hash ID
method : public : HashID() ~ IntReturn
| Type | Description |
|---|---|
| Int | hash ID |