DataRowView.Equals Method
Gets a value indicating whether the current DataRowView is identical to the specified object.
Overrides Public Function Equals( _
ByVal other As Object _) As Boolean
[C#]
public override bool Equals(objectother);
[C++]
public: bool Equals(Object* other);
[JScript]
public override function Equals(
other : Object) : Boolean;
Parameters
- other
An Object to be compared.
Return Value
true, if object is a DataRowView and it returns the same row as the current DataRowView; otherwise, false.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework
See Also
DataRowView Class | DataRowView Members | System.Data Namespace