C# Класс VersioningTasks.CompareFiles

Наследование: Microsoft.Build.Utilities.Task
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
AreFilesIdentical bool
FastFileEqualityCheck bool
IsContentOfFilesTheSame bool

Открытые методы

Метод Описание
Execute ( ) : bool

Приватные методы

Метод Описание
AreFilesIdentical ( ) : bool
FastFileEqualityCheck ( string sourcePath, string destPath ) : bool

Tests whether a file is up to date with respect to another, based on existence, last write time and file size.

IsContentOfFilesTheSame ( string file1, string file2 ) : bool

Описание методов

Execute() публичный Метод

public Execute ( ) : bool
Результат bool