Comparer Constructor (String) |
Initializes new instance of
Comparer class with source file path.
Namespace: GroupDocs.ComparisonAssembly: GroupDocs.Comparison (in GroupDocs.Comparison.dll) Version: 22.4.0.0 (22.4)
Syntaxpublic Comparer(
string filePath
)
Public Sub New (
filePath As String
)
public:
Comparer(
String^ filePath
)
new :
filePath : string -> Comparer
Parameters
- filePath
- Type: SystemString
File path
Remarks
See Also