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

ParameterProperty.Equals Method 

Determines whether the specified Object is equal to the current Object.

[Visual Basic]
Overrides Public Function Equals( _
   ByVal Object As Object _
) As Boolean
[C#]
public override bool Equals(
   Object obj
);

Parameters

obj
The Object to compare with the current Object.

Return Value

true if the specified Object is equal to the current Object; otherwise, false.

See Also

ParameterProperty Class | IBatisNet.DataMapper.Configuration.ParameterMapping Namespace