function-equal

function-equal is a built-in function in `C source code'.

(function-equal F1 F2)

Return non-nil if F1 and F2 come from the same source.
Used to determine if different closures are just different instances of
the same lambda expression, or are really unrelated function.