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.

Queryable::SequenceEqual Method

 

Determines whether two sequences are equal.

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

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

Determines whether two sequences are equal by using the default equality comparer to compare elements.

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

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

Return to top
Show:
© 2017 Microsoft