EnumerableFnsGetAggregateHashCode Method Breeze.sharp
Returns a hashcode for a collection that uses a similar algorithm to that used by the .NET Tuple class. Order matters.

Namespace: Breeze.Sharp.Core
Assembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
Syntax

public static int GetAggregateHashCode(
	this IEnumerable items
)

Parameters

items
Type: System.CollectionsIEnumerable

Return Value

Type: Int32

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IEnumerable. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
Remarks

See Also

Reference