Click or drag to resize
IUserAccessiableIsMatch Method (String, DVar, Boolean)

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
bool IsMatch(
	string inValues,
	DVar inMatch,
	bool inMatchEmpty
)

Parameters

inValues
Type: SystemString
inMatch
Type: SurveyToGo.UserLogic.InterfacesDVar
inMatchEmpty
Type: SystemBoolean

Return Value

Type: Boolean
See Also