ScanSourceEquals(IScanSource) - метод |
Indicates whether the current object is equal to another object of the same type.
Пространство имён:
Tessa.Host
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис public bool Equals(
IScanSource other
)
Public Function Equals (
other As IScanSource
) As Boolean
public:
virtual bool Equals(
IScanSource^ other
) sealed
abstract Equals :
other : IScanSource -> bool
override Equals :
other : IScanSource -> bool
Параметры
- other
- Тип: Tessa.HostIScanSource
An object to compare with this object.
Возвращаемое значение
Тип:
Boolean if the current object is equal to the
other parameter; otherwise,
.
Реализации
IEquatableTEquals(T)См. также