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