Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 1.31 KB

SuperLinq.SuperEnumerable.HasDuplicates.md

File metadata and controls

28 lines (24 loc) · 1.31 KB

uid: SuperLinq.SuperEnumerable.HasDuplicates1(System.Collections.Generic.IEnumerable{0}) example: [*content]

The following code example demonstrates how to check if a sequence has duplicate values using HasDuplicates. [!code-csharp]


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

The following code example demonstrates how to check if a sequence has duplicate values using HasDuplicates. [!code-csharp]


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

The following code example demonstrates how to check if a sequence has duplicate values using HasDuplicates. [!code-csharp]


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

The following code example demonstrates how to check if a sequence has duplicate values using HasDuplicates. [!code-csharp]