DataSourceSelectArguments.Equals Method (Object)

 

Determines whether the specified DataSourceSelectArguments instance is equal to the current instance.

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

Public Overrides Function Equals (
	obj As Object
) As Boolean

Parameters

obj
Type: System.Object

The DataSourceSelectArguments to compare with the current one.

Return Value

Type: System.Boolean

true if the specified DataSourceSelectArguments is equal to the current instance; otherwise, false.

The DataSourceSelectArguments class overrides the Object.Equals method to test equality using the various properties of the objects. If the MaximumRows, RetrieveTotalRowCount, SortExpression, StartRowIndex, and TotalRowCount properties are all equal in value, the Equals(Object) method returns true.

.NET Framework
Available since 2.0
Return to top
Show: