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

Determines whether the specified arrays are considered equal according to the comparison settings.

Синтаксис

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

Параметры

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.

Смотри также

© Terrasoft 2002-2017.

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

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