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

BaseTypeHandler.Equals Method (Object, String)

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

[Visual Basic]
Overridable Overloads Public Function Equals( _
   ByVal Object As Object, _
   ByVal String As String _
) As Boolean _
    Implements ITypeHandler.
[C#]
public virtual 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

Implements

ITypeHandler.

See Also

BaseTypeHandler Class | IBatisNet.DataMapper.TypeHandlers Namespace | BaseTypeHandler.Equals Overload List