DataRowView.Equals(Object) メソッド

定義

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

public:
 override bool Equals(System::Object ^ other);
public override bool Equals(object? other);
public override bool Equals(object other);
override this.Equals : obj -> bool
Public Overrides Function Equals (other As Object) As Boolean

パラメーター

other
Object

比較する Object

返品

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

注釈

このメソッドは、 DataView または Row が等しいかどうかをチェックするのではなく、参照の等価性をチェックします。

適用対象