pe_htmethod_eq

Tests whether two htmethod objects are equivalent.

Usage syntax

int pe_htmethod_eq (PE_HTMETHOD htmethod1, PE_HTMETHOD htmethod2);

Parameters
htmethod1 The first htmethod object
htmethod2 The second htmethod object
Description

Tests whether two htmethod objects are equivalent.

Returns

On success, one. On failure, zero.

Examples

int htmethod_test = pe_htmethod_eq(affine1,affine2);