Gets a value indicating whether the current DataRowView is identical to the specified object.
[Visual Basic] Overrides Public Function Equals( _ ByVal other As Object _ ) As Boolean [C#] public override bool Equals( object other ); [C++] public: override bool Equals( Object* other ); [JScript] public override function Equals( other : Object ) : Boolean;
true, if object is a DataRowView and it returns the same row as the current DataRowView; otherwise, false.
[Visual Basic]
Private Sub TestRowView() Dim drv As DataRowView
DataRowView Class | DataRowView Members | System.Data Namespace