Skip to main content
A newer version of this page is available.
All docs
V19.1

FederationMasterDetailInfo.EqualityComparer.Equals(FederationMasterDetailInfo, FederationMasterDetailInfo) Method

Determines whether the specified objects are equal.

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v19.1.dll

Declaration

public static bool Equals(
    FederationMasterDetailInfo x,
    FederationMasterDetailInfo y
)

Parameters

Name Type Description
x FederationMasterDetailInfo

The first object to compare.

y FederationMasterDetailInfo

The second object to compare.

Returns

Type Description
Boolean

True, if the specified objects are equal; otherwise, false.

See Also