FileEntityEquals(IFileEntity) - метод
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(
IFileEntity? other
)
Public Function Equals (
other As IFileEntity
) As Boolean
public:
virtual bool Equals(
IFileEntity^ other
) sealed
abstract Equals :
other : IFileEntity -> bool
override Equals :
other : IFileEntity -> bool
- other IFileEntity
- An object to compare with this object.
Boolean if the current object is equal to the
other parameter; otherwise,
.
IEquatableTEquals(T)