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

UnknownTypeHandler.Equals Method (Object, String)

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

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

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