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

GroupingInfo.EqualityComparer.Equals(GroupingInfo, String, String) Method

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public static bool Equals(
    GroupingInfo x,
    string yTable,
    string yColumn
)

Parameters

Name Type
x GroupingInfo
yTable String
yColumn String

Returns

Type
Boolean
See Also