Determines if two
DataRowView objects refer to the same
DataRow.
Syntax
'Declaration
Public Overrides Function Equals( _
ByVal As Object _
) As Boolean
public override bool Equals(
object
)
Parameters
- obj
- Object to compare to this DataRowView.
Return Value
True if the object is a
DataRowView that refers to the same
DataRow.
See Also