This method is used to compare 2 files.
Syntax
int Match(
char *name
) ;
Parameters
name
Name we want to compare this instance to.
Return value
This method returns 0 if this instance's name is the same as the name provided as argument, >0 or <0 if different.
Remarks
Requirements
Header:
sliceO_include.hpp
Library:
sliceO_Structures.lib
Example
See also