Skip to main content

ParametersViewInfo.Equals(ParametersViewInfo, ParametersViewInfo) Method

Determines whether the specified objects are equal.

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public static bool Equals(
    ParametersViewInfo x,
    ParametersViewInfo y
)

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