Parameters
- abstractMapping
- The mapping.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - targetObject
- The target object to be tested.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - recurse
false
if the target object must belong directly to this mapping;true
if the target object can also belong to the parent, recursively.
Return Value
true
if the target object belongs to this mapping; false
otherwise.