FileConverterFormatEquals(FileConverterFormat) - метод
Сравнивает текущий объект с заданным.
Пространство имён: Tessa.FileConvertersСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
public bool Equals(
FileConverterFormat other
)
Public Function Equals (
other As FileConverterFormat
) As Boolean
public:
virtual bool Equals(
FileConverterFormat other
) sealed
abstract Equals :
other : FileConverterFormat -> bool
override Equals :
other : FileConverterFormat -> bool
- other FileConverterFormat
- Объект, с которым сравнивается текущий объект.
Booleantrue, если объекты равны;
false в противном случае.
IEquatableTEquals(T)