次の方法で共有


DataRowView.Equals メソッド

現在の DataRowView が指定したオブジェクトと同一かどうかを示す値を取得します。

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;

パラメータ

  • other
    比較する Object

戻り値

object が DataRowView であり、現在の DataRowView と同じ行を返す場合は true 。それ以外の場合は false

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET

参照

DataRowView クラス | DataRowView メンバ | System.Data 名前空間