ParametersViewInfo.Equals(ParametersViewInfo, ParametersViewInfo) Method
Determines whether the specified objects are equal.
Namespace: DevExpress.DataAccess.Wizard.Views
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
Parameters
Name | Type | Description |
---|---|---|
x | ParametersViewInfo | The first object to compare. |
y | ParametersViewInfo | The second object to compare. |
Returns
Type | Description |
---|---|
Boolean | true, if the specified objects are equal; otherwise, false. |
See Also