pe_unit_eq |
Tests whether two unit of measure objects are equivalent
int pe_unit_eq (PE_UNIT unit1, PE_UNIT unit2);
unit1 | The first unit object |
unit2 | The second unit object |
Tests whether two unit of measure objects are equivalent
On success, one; on failure, zero
int unit_test = pe_unit_eq(ft,ft_am);