ActionRouteEquals(ActionRoute) - метод

Indicates whether the current object is equal to another object of the same type.

Пространство имён:  EleWise.ELMA.Web.Content
Сборка:  EleWise.ELMA.SDK.Web (в EleWise.ELMA.SDK.Web.dll) Версия: 1.0.0.0
Синтаксис
C#
public bool Equals(
	ActionRoute other
)

Параметры

other
Тип: EleWise.ELMA.Web.ContentActionRoute
An object to compare with this object.

Возвращаемое значение

Тип: Boolean
true if the current object is equal to the other parameter; otherwise, false.
См. также