DataSourceSelectArguments.Equals(Object) Method

Definition

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

C#
public override bool Equals(object obj);

Parameters

obj
Object

The DataSourceSelectArguments to compare with the current one.

Returns

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

Remarks

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.

Applies to

Produkt Verzie
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1