• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/comparer/comparerbase.php
  • Класс: Bitrix\Crm\Comparer\ComparerBase
  • Вызов: ComparerBase::compareEntityFields
static function compareEntityFields(array $previousValues, array $currentValues): Difference
{
	$difference = new Difference($previousValues, $currentValues);

	$difference->configureTreatingAbsentCurrentValueAsNotChanged();

	return $difference;
}