Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 764 Bytes

SuperLinq.SuperEnumerable.ExceptBy.md

File metadata and controls

13 lines (12 loc) · 764 Bytes

uid: SuperLinq.SuperEnumerable.ExceptBy2(System.Collections.Generic.IEnumerable{0},System.Collections.Generic.IEnumerable{0},System.Func{0,``1}) example: [*content]

The following code example demonstrates how to filter items from a sequence using a second sequence using ExceptBy. [!code-csharp]


uid: SuperLinq.SuperEnumerable.ExceptBy2(System.Collections.Generic.IEnumerable{0},System.Collections.Generic.IEnumerable{0},System.Func{0,1},System.Collections.Generic.IEqualityComparer{1}) example: [*content]

The following code example demonstrates how to filter items from a sequence using a second sequence using ExceptBy. [!code-csharp]