Click or drag to resize
DVarLessThan Operator

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
public static bool operator <(
	DVar left,
	DVar right
)

Parameters

left
Type: SurveyToGo.UserLogic.InterfacesDVar
right
Type: SurveyToGo.UserLogic.InterfacesDVar

Return Value

Type: Boolean
See Also