asp.net.ph

DataRowView.Equals Method

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

Parameters

other
An Object to be compared.

Return Value

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.

See Also

DataRowView Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph