Data for Silverlight
Equals Method

C1.Silverlight.Data Namespace > DataRowView Class : Equals Method
Object to compare to this DataRowView.
Determines if two DataRowView objects refer to the same DataRow.
Syntax
'Declaration
 
Public Overrides Function Equals( _
   ByVal obj As Object _
) As Boolean
public override bool Equals( 
   object obj
)

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

Reference

DataRowView Class
DataRowView Members