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