iBATIS.NET Class Library DataMapper V1.6.1, DataAccess V1.9.1

ConditionalTagHandler.CompareValues Method 

[Visual Basic]
Protected Function CompareValues( _
   ByVal Type As Type, _
   ByVal Object As Object, _
   ByVal Object As Object _
) As Long
[C#]
protected long CompareValues(
   Type type,
   Object value1,
   Object value2
);

Parameters

type
value1
value2

Return Value

See Also

ConditionalTagHandler Class | IBatisNet.DataMapper.Configuration.Sql.Dynamic.Handlers Namespace