• Модуль: intranet
  • Путь к файлу: ~/bitrix/modules/intranet/lib/binding/map/mapsection.php
  • Класс: BitrixIntranetBindingMapMapSection
  • Вызов: MapSection::isSimilarTo
public function isSimilarTo(self $anotherSection): bool
{
	return $this->getSimilarHash() === $anotherSection->getSimilarHash();
}