- T
- Array elements can be of any type.
ArrayUtilities.Equals(T[],T[],IEqualityComparer) - метод Смотри также Terrasoft.Common - пространство имен > ArrayUtilities - класс > Equals - метод : Equals(T[],T[],IEqualityComparer) - метод C#
- source
- The array compared.
- target
- The array to compare to.
- comparer
- User comparer that implements the System.Collections.IEqualityComparer interface.
Glossary Item Box
Параметры
- source
- The array compared.
- target
- The array to compare to.
- comparer
- User comparer that implements the System.Collections.IEqualityComparer interface.
Типы обобщений
- T
- Array elements can be of any type.
Тип возвращаемого значения
true
, if specified objects are equal; otherwise — false
.Overloaded method.
The class that implements the IEqualityComparer<T> interface is used for comparison.