dam_compareCol
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
This method checks whether the column handles refer to the same column. The column handles returned by different methods may not be equal even if they refer to the same column.
int dam_compareCol(
int64 hcol1,
int64 hcol2)
Parameters for dam_compareCol
| Parameter | Type | Description |
| IN | ||
| hcol1 | int64 | The handle to a column |
| hcol2 | int64 | 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. |