pe_adjhcs_eq |
Tests whether two adjusted horizontal coordinate system objects are equivalent
int pe_adjhcs_eq (PE_ADJHCS adjhcs1, PE_ADJHCS adjhcs2);
adjhcs1 | The first adjusted horizontal coordinate system object |
adjhcs2 | The second adjusted horizontal coordinate system object |
Pe_adjhcs_eq tests whether two adjusted horizontal coordinate system objects are equivalent.
On success, one; on failure, zero
int adjhcs_test = pe_adjhcs_eq(adjca5,adjca5_27);