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

返回

如果 objectDataRowView 且它返回与当前 DataRowView 相同的行,则为 true;否则为 false

注解

此方法检查引用相等性,而不是检查 或 Row 是否DataView等效。

适用于