Click or drag to resize

EnumerableCompararerTEquals Method (IEnumerableT, IEnumerableT)

Determines whether the specified objects are equal.

Namespace:  WhetStone.Comparison
Assembly:  WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
public bool Equals(
	IEnumerable<T> x,
	IEnumerable<T> y
)

Parameters

x
Type: System.Collections.GenericIEnumerableT
The first object of type T to compare.
y
Type: System.Collections.GenericIEnumerableT
The second object of type T to compare.

Return Value

Type: Boolean
true if the specified objects are equal; otherwise, false.

Implements

IEqualityComparerTEquals(T, T)
See Also