OrderColumnEquals(Object) - метод |
Determines whether the specified object is equal to the current object.
Пространство имён:
Tessa.Extensions.Default.Server.Workflow.KrProcess
Сборка:
Tessa.Extensions.Default.Server (в Tessa.Extensions.Default.Server.dll) Версия: 3.5.0.19
Синтаксис public override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
public:
virtual bool Equals(
Object^ obj
) override
abstract Equals :
obj : Object -> bool
override Equals :
obj : Object -> bool
Параметры
- obj
- Тип: SystemObject
The object to compare with the current object.
Возвращаемое значение
Тип:
Boolean if the specified object is equal to the current object; otherwise,
.
См. также