This topic has not yet been rated - Rate this topic

Equality Operations

Two sequences whose corresponding elements are equal and which have the same number of elements are considered equal.

Method Name

Description

C# Query Expression Syntax

Visual Basic Query Expression Syntax

More Information

SequenceEqual

Determines whether two sequences are equal by comparing elements in a pair-wise manner.

Not applicable.

Not applicable.

Enumerable.SequenceEqual

Queryable.SequenceEqual

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.