pe_method_eq

Tests whether two method objects are equivalent.

Usage syntax

int pe_method_eq (PE_METHOD method1, PE_METHOD method2);

Parameters
method1 The first method object
method2 The second method object
Description

Tests whether two method objects are equivalent.

Returns

On success, one. On failure, zero.

Examples

int method_test = pe_method_eq(coordframe1,coordframe2);