Compare
Used to compare two abstract values
Operations
Compare
Compares two objects
method : public : virutal : Compare(rhs:System.Compare) ~ Int
Parameters
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 a hash ID for the given class
method : public : virutal : HashID() ~ Int
Return
Type | Description |
---|---|
Int | hash ID |