Determines whether the specified System.Web.UI.DataSourceSelectArguments instance is equal to the current instance.
- obj
The System.Web.UI.DataSourceSelectArguments to compare with the current one.
![]()
true if the specified System.Web.UI.DataSourceSelectArguments is equal to the current instance; otherwise, false.
The System.Web.UI.DataSourceSelectArguments class overrides the object.Equals(object) method to test equality using the various properties of the objects. If the DataSourceSelectArguments.MaximumRows, DataSourceSelectArguments.RetrieveTotalRowCount, DataSourceSelectArguments.SortExpression, DataSourceSelectArguments.StartRowIndex, and DataSourceSelectArguments.TotalRowCount properties are all equal in value, the DataSourceSelectArguments.Equals(object) method returns true.