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