BuildMaster SDK Reference
Version:
Except<TSource, TKey>(System.Collections.Generic.IEnumerable<TSource> first, System.Collections.Generic.IEnumerable<TSource> second, System.Func<TSource, TKey> getPrimaryKey) Method
Syntax
public
static
IEnumerable<TSource> Except<TSource, TKey>(IEnumerable<TSource> first, IEnumerable<TSource> second, Func<TSource, TKey> getPrimaryKey)
Parameters
- first
- Type: System.Collections.Generic.IEnumerable<TSource>
- second
- Type: System.Collections.Generic.IEnumerable<TSource>
- getPrimaryKey
- Type: System.Func<TSource, TKey>