[This is preliminary documentation and is subject to change.]
Compares this value to the specified value
Namespace: Clarion.Framework.CoreAssembly: CLARIONLibrary (in CLARIONLibrary.dll) Version: 6.1.0.7 (6.1.0.7)
Syntax
Parameters
- val
- Type: Clarion.Framework.Core..::..V
The value to be compared
Return Value
Greater than 0 = This value is greater than the specified value; 0 = The values are equal; Less than 0 = This value is less than the specified valueImplements
IComparable<(Of <(<'T>)>)>..::..CompareTo(T)
Remarks
This method has been implemented with the following considerations:
- If both (inner) values are of the same type, then the default comparison will be made for that type
- If the (inner) values are of different types, then the string representation of the values will be compared