[This is preliminary documentation and is subject to change.]
Check if the given match dataset is found in the local dataset using the default Tag Type list.
A check is made to see if all the attributes in the given match dataset are present in the local
dataset. In addition to the base match we need to try to match attributes from the
Request Attributes Sequence (if present).
| C# | Visual Basic | Visual C++ |
public override bool IsFoundIn( AttributeSet matchDataset )
Public Overrides Function IsFoundIn ( _ matchDataset As AttributeSet _ ) As Boolean
public: virtual bool IsFoundIn( AttributeSet^ matchDataset ) override
- matchDataset (AttributeSet)
- Match dataset to check.
Boolean indicating if the match attributes are present in the local dataset.