public sealed class EnumerableEqualityComparer<T> : IEqualityComparer<IEnumerable<T>>
Public NotInheritable Class EnumerableEqualityComparer(Of T)
Implements IEqualityComparer(Of IEnumerable(Of T))generic<typename T>
public ref class EnumerableEqualityComparer sealed : IEqualityComparer<IEnumerable<T>^>[<SealedAttribute>]
type EnumerableEqualityComparer<'T> =
class
interface IEqualityComparer<IEnumerable<'T>>
end| EnumerableEqualityComparerT | Сравнивает значения перечислений поэлементно с использованием указанного IEqualityComparerT. Если способ сравнения элементов перечисления не задан или используется Instance, то для их сравнения используется Default. |
| Instance | Экземпляр объекта, сравнивающего перечисления поэлементно с использованием Default. |
| Equals(Object) | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
| Equals(IEnumerableT, IEnumerableT) | Determines whether the specified objects are equal. |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
| GetHashCode | Serves as the default hash function. (Унаследован от Object) |
| GetHashCode(IEnumerableT) | Returns a hash code for the specified object. |
| GetType | Gets the Type of the current instance. (Унаследован от Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
| ToString | Returns a string that represents the current object. (Унаследован от Object) |