C# Class FSChangeElemComparerByPath, code

Inheritance: IComparer
Mostrar archivo Open project: shendongnian/code

Public Methods

Method Description
Compare ( firstPath, secondPath ) : int

Private Methods

Method Description
ComparerWrap ( string stringA, string stringB ) : int
ListInit ( List, &stringCollection, string stringToList ) : void
RecursiveComparing ( List, valueA, List, valueB, int length, int start ) : int

Method Details

Compare() public method

public Compare ( firstPath, secondPath ) : int
return int