Exemple #1
0
 public bool IsEqual(LDDEnvironment other)
 {
     return(ProgramFilesPath.Equals(other.ProgramFilesPath, StringComparison.InvariantCultureIgnoreCase) &&
            ApplicationDataPath.Equals(other.ApplicationDataPath, StringComparison.InvariantCultureIgnoreCase));
 }