DataKey.Equals(DataKey) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
判斷指定的 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
參數
傳回
若目前的物件等於 true
參數,則為 other
,否則即為 false
。