Click or drag to resize
IUserAccessiableEqualsAnyIter Method
Relevant mainly for Single Choice Questions that are part of an iteration Returns true if the answer of inQuesIdx is inValue in at least one of the iterations

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
bool EqualsAnyIter(
	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
EqualsAnyIter(Qref(5), 2) will return true if in at least one of the iterations question 5's answer was 2.
See Also