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