EcoResValue.compareTo Method
Compares the type of this record with the specified record value.
Syntax
public int compareTo(EcoResValue _value)
Run On
Called
Parameters
- _value
Type: EcoResValue Table
The value definition to which to compare.
Return Value
Type: int
0 if the types of this record and the given record are identical.
Exceptions
Exception | Condition |
---|---|
Error | This record and the specified record are not comparable as they are not of the same type. |