예제 #1
0
 protected bool Equals(SharpCrushFile other)
 {
     return(string.Equals(FilePath, other.FilePath) &&
            string.Equals(FileType, other.FileType));
 }
예제 #2
0
 protected bool Equals(SharpCrushFile other)
 {
     return string.Equals(FilePath, other.FilePath) &&
            string.Equals(FileType, other.FileType);
 }