System.Data Namespace DataRowView Class
Checks whether the current DataRowView is identical to the specified object.
[ VB ]
Overrides Public Function Equals ( _
ByVal other As Object _
) As Boolean
[ C# ]
public override bool Equals (
object other
);
[ C++ ]
public: bool Equals (
Object* other
);
[ JScript ]
public override function Equals (
other : Object
) : Boolean
- other
- An Object to be compared.
This method returns only a boolean value: true, if object is a DataRowView and it returns the same row as the current DataRowView; otherwise, false.
DataRowView Members