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

JoinElement.EqualityComparer.Equals(JoinElement, JoinElement) Method

Determines whether the specified objects are equal.

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v19.1.dll

Declaration

public static bool Equals(
    JoinElement x,
    JoinElement y
)

Parameters

Name Type Description
x JoinElement

The first object to compare.

y JoinElement

The second object to compare.

Returns

Type Description
Boolean

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

See Also