Whetstone Class reference
Whetstone Class reference
Whetstone
WhetStone Namespaces
WhetStone.Comparison
EnumerableCompararer(T) Class
EnumerableCompararer(T) Methods
Equals Method
Equals Method (IEnumerable(T), IEnumerable(T))
EnumerableCompararer
T
Equals Method (IEnumerable
T
, IEnumerable
T
)
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#
Copy
public
bool
Equals
(
IEnumerable
<T>
x
,
IEnumerable
<T>
y
)
Parameters
x
Type:
System.Collections.Generic
IEnumerable
T
The first object of type
T
to compare.
y
Type:
System.Collections.Generic
IEnumerable
T
The second object of type
T
to compare.
Return Value
Type:
Boolean
true if the specified objects are equal; otherwise, false.
Implements
IEqualityComparer
T
Equals(T, T)
See Also
Reference
EnumerableCompararer
T
Class
Equals Overload
WhetStone.Comparison Namespace