pe_array_eq

Tests whether two array objects are equivalent

Usage syntax

int pe_array_eq (PE_ARRAY array1, PE_ARRAY array2);

Parameters
array1 The first array object
array2 The second array object
Description

Pe_array_eq tests whether two array objects are equivalent. Array objects are used with PE_HTMETHOD and PE_ADHJCS objects.

Returns

On success, one; on failure, zero

Examples

int array_test = pe_array_eq(aff_array1,aff_array2);