Click or drag to resize

DataTablesAggregationProcessDataIsTableNameMatching(IEnumerableString, String) Method

Determines whether the specified path matches at least one of the provided filter patterns.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static bool IsTableNameMatching(
	IEnumerable<string> filters,
	string path
)

Parameters

filters  IEnumerableString
The collection of filter patterns.
path  String
The table path or name to test.

Return Value

Boolean
true if the path matches at least one pattern; otherwise, false.
See Also