ScanSourceEquals(IScanSource) - метод
Indicates whether the current object is equal to another object of the same type.
Пространство имён: Tessa.HostСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
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 IScanSource
- An object to compare with this object.
Boolean if the current object is equal to the
other parameter; otherwise,
.
IEquatableTEquals(T)