Click or drag to resize
IUserAccessiableNotContains Method
Relevant mainly for Multiple Selection Questions Returns true if the inValue was not selected in the inQuesIdx question as one of the answers

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
bool NotContains(
	int inQuesIdx,
	Object inValue
)

Parameters

inQuesIdx
Type: SystemInt32
Index of question
inValue
Type: SystemObject
The value to check

Return Value

Type: Boolean
true/false
Examples
NotContains(QRef(5),4) will return ture if the 4th option was not selected in the Multiple Selection question 5
See Also