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