.NET Framework Class Library
Enumerable..::.SequenceEqual Method

Determines whether two sequences are equal according to an equality comparer.

Overload List

  NameDescription
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkSequenceEqual<(Of <(TSource>)>)(IEnumerable<(Of <(TSource>)>), IEnumerable<(Of <(TSource>)>))Determines whether two sequences are equal by comparing the elements by using the default equality comparer for their type.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkSequenceEqual<(Of <(TSource>)>)(IEnumerable<(Of <(TSource>)>), IEnumerable<(Of <(TSource>)>), IEqualityComparer<(Of <(TSource>)>))Determines whether two sequences are equal by comparing their elements by using a specified IEqualityComparer<(Of <(T>)>).
Top
See Also

Reference

Tags :


Page view tracker