DataKey.Equals(DataKey) 메서드

정의

지정된 DataKey 배열이 현재 데이터 키와 같은지 여부를 확인합니다.

public:
 virtual bool Equals(System::Web::UI::WebControls::DataKey ^ other);
public bool Equals(System.Web.UI.WebControls.DataKey other);
override this.Equals : System.Web.UI.WebControls.DataKey -> bool
Public Function Equals (other As DataKey) As Boolean

매개 변수

other
DataKey

DataKey 현재DataKey와 비교할 개체입니다. 개체.

반품

true 현재 개체가 매개 변수와 같으면 .이 other 고, false그렇지 않으면 .입니다.

구현

적용 대상