DataSourceSelectArguments.Equals Method (Object)
.NET Framework (current version)
Determines whether the specified DataSourceSelectArguments instance is equal to the current instance.
Assembly: System.Web (in System.Web.dll)
Parameters
- obj
-
Type:
System.Object
The DataSourceSelectArguments to compare with the current one.
Return Value
Type: System.Booleantrue 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
Available since 2.0
Show: