pe_method_eq |
Tests whether two method objects are equivalent.
int pe_method_eq (PE_METHOD method1, PE_METHOD method2);
method1 | The first method object |
method2 | The second method object |
Tests whether two method objects are equivalent.
On success, one. On failure, zero.
int method_test = pe_method_eq(coordframe1,coordframe2);