Creatio development guide
Это документация Creatio версии 7.9.0. Мы рекомендуем использовать новую версию документации.
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

Determines whether the arrays are equal.

Синтаксис

[Extension()] 
public static bool Equals<T>( 
   T[] source, 
   T[] target 
)

Параметры

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.

Смотри также

© Terrasoft 2002-2017.

Был ли данный материал полезен?

Как можно улучшить эту статью?