DataKey::Equals Method (DataKey^)

.NET Framework (current version)
 

Determines whether the specified DataKey array is equal to the current data key.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

public:
virtual bool Equals(
	DataKey^ other
) sealed

Parameters

other
Type: System.Web.UI.WebControls::DataKey^

The DataKey object to compare to the current DataKey. object.

Return Value

Type: System::Boolean

.NET Framework
Available since 4.0
Return to top
Show: