Class SequencedCollectionEqualityComparer<T, W>
Prototype for a sequenced equalityComparer for something (T) that implements ISequenced[W]. This will use ISequenced[W] specific implementations of the equality comparer operations.
Inheritance
System.Object
SequencedCollectionEqualityComparer<T, W>
Assembly: DistributedLucene.Net.dll
Syntax
public class SequencedCollectionEqualityComparer<T, W> : Collections.Generic.IEqualityComparer<T> where T : ISequenced<W>
Type Parameters
Name | Description |
---|---|
T | |
W |
Properties
Name | Description |
---|---|
Default |
Methods
Name | Description |
---|---|
Equals(T, T) | Check if two items are equal with respect to this sequenced equalityComparer |
GetHashCode(T) | Get the hash code with respect to this sequenced equalityComparer |