pe_vtmethod_eq |
Tests whether two vertical transformation method objects are equivalent
int pe_vtmethod_eq (PE_VTMETHOD vtmethod1, PE_VTMETHOD vtmethod2);
vtmethod1 | The first vertical transformation method object |
vtmethod2 | The second vertical transformation method object |
Pe_vtmethod_eq tests whether two vertical transformation method objects are equivalent to one another.
On success, returns 1; on failure, returns 0.
int vtmethod_test = pe_vtmethod_eq(eg96bilinear,egm96);