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