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.
public function EqualsTo(const collection: IEnumerable<T>): Boolean; overload;
Parameters
- collection
- Type: IEnumerable<T>
Return Value
Type: Boolean