Click or drag to resize
IUserAccessiablestringCompare Method (String, String)

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
int stringCompare(
	string inA,
	string inB
)

Parameters

inA
Type: SystemString
inB
Type: SystemString

Return Value

Type: Int32
See Also