is_subset
Description:
public bool is_subset (
Structure superset)
Checks if this is a subset of superset, i.
e. has the same structure name and for all fields that are existing in superset, this has a
value that is a subset of the value in superset.
Parameters:
| this |
a Structure
|
| superset |
a potentially greater Structure
|
Returns:
|
true if this is a subset of superset
|