FileLinkEquals(IFileLink) - метод
Indicates whether the current object is equal to another object of the same type.
Пространство имён: Tessa.FilesСборка: Tessa (в Tessa.dll) Версия: 4.0.4
public bool Equals(
IFileLink? other
)
Public Function Equals (
other As IFileLink
) As Boolean
public:
virtual bool Equals(
IFileLink^ other
) sealed
abstract Equals :
other : IFileLink -> bool
override Equals :
other : IFileLink -> bool
- other IFileLink
- An object to compare with this object.
Boolean if the current object is equal to the
other parameter; otherwise,
.
IEquatableTEquals(T)