Determines whether the XRulesDocument object specified by 'document' 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 'XRulesDocument' instead of objects of type
[Visual Basic] Public Function Contains( _ ByVal document As XRulesDocument _ ) As Boolean [C#] public bool Contains( XRulesDocument document ); [C++] public: bool Contains( XRulesDocument* document ); [JScript] public function Contains( XRulesDocument document ): bool;
'true' if the XRulesDocument object is in the list; otherwise 'false'.
XRulesDocumentList Class | XRules Namespace