======Метод OffsetExtensions.EqualsWith(Offset, Offset, Double, Double, Boolean, Boolean)====== Проверяет равны ли участки на двух смещениях * **Пространство имен:** [[developers:references:topomatic.alg.offsets|Topomatic.Alg.Offsets]] * **Сборка:** Topomatic.Alg (в Topomatic.Alg.dll) =====Синтаксис===== public static bool EqualsWith(Offset current, Offset offset, double startStation, double endStation, bool includeStart, bool includeEnd) **Параметры** * //current// * Тип: [[developers:references:topomatic.alg.offsets.offset|Topomatic.Alg.Offsets.Offset]] * Текущее смещение * //offset// * Тип: [[developers:references:topomatic.alg.offsets.offset|Topomatic.Alg.Offsets.Offset]] * //startStation// * Тип: [[developers:references:system.double|System.Double]] * Начало участка * //endStation// * Тип: [[developers:references:system.double|System.Double]] * Конец участка * //includeStart// * Тип: [[developers:references:system.boolean|System.Boolean]] * Включать пикет начала участка при сравнении * //includeEnd// * Тип: [[developers:references:system.boolean|System.Boolean]] * Включать пикет конца участка при сравнении **Возвращаемое значение** * Тип: [[developers:references:system.boolean|System.Boolean]] * Равны ли участки