excludeProperties
- function
- new in 1.65
- It can be called directly, passing two property lists and optionally a third boolean parameter to indicate case sensitivity. But it is more often called using one of the many English-like syntaxes available:
get the properties of foo that aren't shared in common with bar
get properties in foo excluding those in bar
get properties of foo that are different from bar
- Related: matchingProperties