Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: TGenerex Not(IEqualityComparer<T>, T)

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.
Telement List of elements excluded from matching.