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

QueryParameter.EqualityComparer.Equals(QueryParameter, QueryParameter) Method

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v19.1.dll

Declaration

public static bool Equals(
    QueryParameter x,
    QueryParameter y
)

Parameters

Name Type
x QueryParameter
y QueryParameter

Returns

Type
Boolean
See Also