Diffusion .NET Classic API - Core and Common  5.9.4
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events
PushTechnology.DiffusionCore.Utilities.EnumerableHelpers Class Reference

Helper and extension methods for IEnumerable in System.Collections More...

Static Public Member Functions

static bool SequenceEquals (this IEnumerable obj, IEnumerable other)
 Compares two sequences of IEnumerable. The sequence is considered equal if every single element is considered equal and if both sequences have the same length. More...
 

Detailed Description

Helper and extension methods for IEnumerable in System.Collections

Member Function Documentation

static bool PushTechnology.DiffusionCore.Utilities.EnumerableHelpers.SequenceEquals ( this IEnumerable  obj,
IEnumerable  other 
)
static

Compares two sequences of IEnumerable. The sequence is considered equal if every single element is considered equal and if both sequences have the same length.

Parameters
objThe left object of the comparison
otherThe right object of the comparison
Returns
true if the both sequences have the same length and all the elements are the same