public class NoteFile : INoteFile, IEquatable<INoteFile>Public Class NoteFile
Implements INoteFile, IEquatable(Of INoteFile)public ref class NoteFile : INoteFile,
IEquatable<INoteFile^>type NoteFile =
class
interface INoteFile
interface IEquatable<INoteFile>
end| NoteFile | Файл в папке конфигурации. |
| FilePath | Полный путь к файлу конфигурации. |
| Name | Имя объекта конфигурации. |
| Tag | Дополнительный тег, различающий файлы с одинаковым именем (когда их наличие является корректных для алгоритма сравнения), или null, если тег отсутствует. |
| Equals(INoteFile) | Indicates whether the current object is equal to another object of the same type. |
| Equals(Object) | Determines whether the specified object is equal to the current object. (Переопределяет ObjectEquals(Object)) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
| GetHashCode | Serves as the default hash function. (Переопределяет ObjectGetHashCode) |
| GetType | Gets the Type of the current instance. (Унаследован от Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
| ToString | Returns a string that represents the current object. (Переопределяет ObjectToString) |