




The generic function interface-match-p returns a true value if interface is suitable for displaying the initargs .
interface-match-p
 is used by locate-interface. When there is an existing interface for which 
interface-match-p
 returns true, then locate-interface returns it.
The default method for 
interface-match-p
 always returns 
nil
. You can add methods for your own interface classes.