FileComparerCompareAsync Method
Asynchronously compares the physical files pointed in
File1 and
File2 properties
and returns a value that determine whether these files are equal.
Namespace: DevCase.Core.IO.FileSystemAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public virtual Task<bool> CompareAsync()
Public Overridable Function CompareAsync As Task(Of Boolean)
Dim instance As FileComparer
Dim returnValue As Task(Of Boolean)
returnValue = instance.CompareAsync()
public:
virtual Task<bool>^ CompareAsync()
abstract CompareAsync : unit -> Task<bool>
override CompareAsync : unit -> Task<bool>
No code example is currently available or this language may not be supported.
Return Value
TaskBoolean if the files are equal; otherwise,
.