pe_adjhcs_eq

Tests whether two adjusted horizontal coordinate system objects are equivalent

Usage syntax

int pe_adjhcs_eq (PE_ADJHCS adjhcs1, PE_ADJHCS adjhcs2);

Parameters
adjhcs1 The first adjusted horizontal coordinate system object
adjhcs2 The second adjusted horizontal coordinate system object
Description

Pe_adjhcs_eq tests whether two adjusted horizontal coordinate system objects are equivalent.

Returns

On success, one; on failure, zero

Examples

int adjhcs_test = pe_adjhcs_eq(adjca5,adjca5_27);