VocabularyDictionary.Contains Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Contains(Vocabulary) | |
Contains(VocabularyInfo) | |
Contains(String) |
Contains(Vocabulary)
public:
bool Contains(Microsoft::RuleEngine::Vocabulary ^ vocabulary);
public bool Contains (Microsoft.RuleEngine.Vocabulary vocabulary);
override this.Contains : Microsoft.RuleEngine.Vocabulary -> bool
Parameters
- vocabulary
- Vocabulary
Returns
Applies to
Contains(VocabularyInfo)
public:
bool Contains(Microsoft::RuleEngine::VocabularyInfo ^ vocabulary);
public bool Contains (Microsoft.RuleEngine.VocabularyInfo vocabulary);
override this.Contains : Microsoft.RuleEngine.VocabularyInfo -> bool
Public Function Contains (vocabulary As VocabularyInfo) As Boolean
Parameters
- vocabulary
- VocabularyInfo