FileComparerCompare Method

Compares the physical files pointed in File1 and File2 properties and returns a value that determine whether these files are equal.

Definition

Namespace: DevCase.Core.IO.FileSystem
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public virtual bool Compare()

Return Value

Boolean
if the files are equal; otherwise, .

See Also