Lean
$LEAN_TAG$
|
An implementation of IEqualityComparer<T> for List<T>. Useful when using a List<T> as the key of a collection. More...
Public Member Functions | |
bool | Equals (IReadOnlyCollection< T > x, IReadOnlyCollection< T > y) |
Determines whether the specified objects are equal. More... | |
int | GetHashCode (IReadOnlyCollection< T > obj) |
Returns a hash code for the specified object. More... | |
An implementation of IEqualityComparer<T> for List<T>. Useful when using a List<T> as the key of a collection.
T | The list type |
Definition at line 26 of file ListComparer.cs.
bool QuantConnect.Util.ListComparer< T >.Equals | ( | IReadOnlyCollection< T > | x, |
IReadOnlyCollection< T > | y | ||
) |
Determines whether the specified objects are equal.
Definition at line 30 of file ListComparer.cs.
int QuantConnect.Util.ListComparer< T >.GetHashCode | ( | IReadOnlyCollection< T > | obj | ) |
Returns a hash code for the specified object.
Definition at line 38 of file ListComparer.cs.