DataSourceSelectArguments.Equals(Object) Method

Definition

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

public:
 override bool Equals(System::Object ^ obj);
public override bool Equals (object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean

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