EcoResReferenceValue.compareTo Method
Compares the current record against a specified record value.
Syntax
public int compareTo(EcoResValue _value)
Run On
Called
Parameters
- _value
Type: EcoResValue Table
The specified EcoResValue value.
Return Value
Type: int
A 0 if the records are the same; otherwise -1.
Exceptions
Exception | Condition |
---|---|
Error | The records are not the same type. |