proplist-is-equal

Name

proplist-is-equal -- Return #t iff PLA is equal to PLB.

Synopsis

(proplist-is-equal plA plB)

Description

Return #t iff pla is equal to plb. This does a case sensitive comparison by default. See proplist-set-string-cmp-hook for changing the behaviour.

Implementation Notes

Module: Primitive from (app scwm proplist)

Defined in modules/proplist/scwmproplist.c at line 372 (CVS log)