Returns true if a ruleset with the specified ID exists in the list. False, otherwise.
Returns true if a ruleset with the specified ID exists in the list. False, otherwise.
[Visual Basic] Public Function Contains(ByVal String) As Boolean
[C#] public bool Contains(string);
[C++] public: bool Contains(String*);
[JScript] public function Contains(String): bool;
Determines whether the Ruleset object specified by 'ruleset' is in the list or not. This method is the wrapper of the 'Contains' method of the IList interface. Its benefit is to use objects of type 'Ruleset' instead of objects of type.
[Visual Basic] Public Function Contains(ByVal Ruleset) As Boolean
[C#] public bool Contains(Ruleset);
[C++] public: bool Contains(Ruleset*);
[JScript] public function Contains(Ruleset): bool;
RulesetList Class | XRules Namespace