libplist  2.7.0
API Documentation - Return to Homepage

◆ plist_compare_node_value()

PLIST_API char plist_compare_node_value ( plist_t  node_l,
plist_t  node_r 
)

Compare two node values.

Parameters
node_lleft node to compare
node_rrigth node to compare
Returns
TRUE is type and value match, FALSE otherwise.