共用方式為


RuleSetDictionary.Contains 方法

定義

多載

Contains(RuleSet)

public:
 bool Contains(Microsoft::RuleEngine::RuleSet ^ ruleSet);
public bool Contains(Microsoft.RuleEngine.RuleSet ruleSet);
override this.Contains : Microsoft.RuleEngine.RuleSet -> bool

參數

ruleSet
RuleSet

傳回

適用於

Contains(RuleSetInfo)

public:
 bool Contains(Microsoft::RuleEngine::RuleSetInfo ^ ruleSet);
public bool Contains(Microsoft.RuleEngine.RuleSetInfo ruleSet);
override this.Contains : Microsoft.RuleEngine.RuleSetInfo -> bool
Public Function Contains (ruleSet As RuleSetInfo) As Boolean

參數

ruleSet
RuleSetInfo

傳回

適用於

Contains(String)

public:
 bool Contains(System::String ^ ruleSetName);
public bool Contains(string ruleSetName);
override this.Contains : string -> bool
Public Function Contains (ruleSetName As String) As Boolean

參數

ruleSetName
String

傳回

適用於