Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Enumerable::SequenceEqual Method

 

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

Namespace:   System.Linq
Assembly:  System.Core (in System.Core.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticSequenceEqual<TSource>(IEnumerable<TSource>^, IEnumerable<TSource>^)

Determines whether two sequences are equal by comparing the elements by using the default equality comparer for their type.

System_CAPS_pubmethodSystem_CAPS_staticSequenceEqual<TSource>(IEnumerable<TSource>^, IEnumerable<TSource>^, IEqualityComparer<TSource>^)

Determines whether two sequences are equal by comparing their elements by using a specified IEqualityComparer<T>.

Return to top
Show:
© 2017 Microsoft