DataKey.Equals(DataKey) Método

Definição

Determina se o array especificado DataKey é igual à chave de dados atual.

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

Parâmetros

other
DataKey

O DataKey objeto para comparar com o atual DataKey. objeto.

Devoluções

true se o objeto atual for igual ao other parâmetro; caso contrário, false.

Implementações

Aplica-se a