Skip to main content
A newer version of this page is available. .

FilteringOperatorsByTableDictionary.Inequality(FilteringOperatorsByTableDictionary, FilteringOperatorsByTableDictionary) Operator

Namespace: DevExpress.XtraReports.Data

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

public static bool operator !=(FilteringOperatorsByTableDictionary first, FilteringOperatorsByTableDictionary second)

Parameters

Name Type
first FilteringOperatorsByTableDictionary
second FilteringOperatorsByTableDictionary

Returns

Type
Boolean
See Also