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

實作

適用於