Declaration
public static TGenerex Not(
IEqualityComparer<T> comparer,
T element
)
Summary
Returns a regular expression that matches a single element which is not equal to the specified element.
Parameters
IEqualityComparer<T> | comparer |
Equality comparer to use. |
T | element |
List of elements excluded from matching. |