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

ITypeHandler.Equals Method 

Compares two values (that this handler deals with) for equality

[Visual Basic]
Function Equals( _
   ByVal Object As Object, _
   ByVal String As String _
) As Boolean
[C#]
bool Equals(
   Object obj,
   String str
);

Parameters

obj
one of the objects
str
the other object as a String

Return Value

true if they are equal

See Also

ITypeHandler Interface | IBatisNet.DataMapper.TypeHandlers Namespace