dam_compareCol
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
This method checks if the column handles refer to the same column. Even if the columns handles refers to the same column, they may not be equal.
int dam_compareCol(
long hcol1,
long hcol2)
Parameters for dam_compareCol
| Parameter | Type | Description |
| INPUT | ||
| hcol1 | long | The handle to a column. |
| hcol2 | long | The handle to a column. |
| RETURN | ||
| int | TRUE - the column handles refer to the same column. FALSE - the column handles do not refer to the same column. |
|