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

SelectNode.EqualityComparer.Equals(SelectNode, SelectNode) Method

Determines whether the specified objects are equal.

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v19.1.dll

Declaration

public static bool Equals(
    SelectNode x,
    SelectNode y
)

Parameters

Name Type Description
x SelectNode

The first object to compare.

y SelectNode

The second object to compare.

Returns

Type Description
Boolean

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

See Also