Namespace: P4s3TestMachine.P4s3WebSvcReference
Assembly: P4s3TestMachine (in P4s3TestMachine.exe) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public int IO_CompareFiles(
	string file1,
	string file2,
	string key
)
Visual Basic
Public Function IO_CompareFiles ( 
	file1 As String,
	file2 As String,
	key As String
) As Integer
Visual C++
public:
virtual int IO_CompareFiles(
	String^ file1, 
	String^ file2, 
	String^ key
) sealed

Parameters

file1
Type: System..::..String
file2
Type: System..::..String
key
Type: System..::..String

Return Value

Type: Int32

Implements

IService1..::..IO_CompareFiles(String, String, String)

See Also