IEnumerable<T>.EqualsTo(IEnumerable<T>) Method

Determines whether two sequences are equal by comparing the elements by using the default equality comparer for their type.

Namespace: Spring.Collections
public
 function EqualsTo(const collection: IEnumerable<T>): Boolean; overload;

Parameters

collection
Type: IEnumerable<T>

Return Value

Type: Boolean