Example #1
0
 public int CompareTo(ISourceFile other)
 {
     return(FilePath.CompareFilePath(other.FilePath));
 }