GroupPositionEquals(Object) - метод |
Determines whether the specified object is equal to the current object.
Пространство имён:
Tessa.Extensions.Default.Shared.Workflow.KrCompilers
Сборка:
Tessa.Extensions.Default.Shared (в Tessa.Extensions.Default.Shared.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,
.
См. также