2
Shouts

C#/.NET Little Wonders: The SequenceEqual() Method

published 461 days, 19 hours, 49 minutes ago posted by BlackRabbitCoderBlackRabbitCoder 464 days, 17 hours, 54 minutes ago
Sunday, February 19, 2012 11:34:36 PM GMT Friday, February 17, 2012 1:29:06 AM GMT

This post examines a handy method of the Enumerable class that allows you to check if two sequences of values are equal. Equality of two sequences is defined as two sequences of the same length with equivalent values in the same order from both sequences.

category: Web Dev | clicked: 51 | | source: www.blackrabbitcoder.net | show counter code
tags: .NET, Little Wonders, SequenceEqual, C#, IEnumerable, enumerable, CSharp, Linq

2 comments posted.

To post your comment please login or signup