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