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입니다.

설명

이 메서드는 동일한지 여부를 DataViewRow 확인하는 대신 참조 같음을 확인합니다.

적용 대상