Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |