Skip to main content
A newer version of this page is available.
All docs
V18.2

SqlQuery.EqualityComparer.Equals(SqlQuery, SqlQuery, Boolean) Method

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public static bool Equals(
    SqlQuery x,
    SqlQuery y,
    bool checkName
)

Parameters

Name Type
x SqlQuery
y SqlQuery
checkName Boolean

Returns

Type
Boolean
See Also