mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-20 21:55:03 -04:00
@@ -37,6 +37,11 @@ namespace NzbDrone.Common.Extensions
|
||||
return info.FullName.TrimEnd('/').Trim('\\', ' ');
|
||||
}
|
||||
|
||||
public static bool PathNotEquals(this string firstPath, string secondPath, StringComparison? comparison = null)
|
||||
{
|
||||
return !PathEquals(firstPath, secondPath, comparison);
|
||||
}
|
||||
|
||||
public static bool PathEquals(this string firstPath, string secondPath, StringComparison? comparison = null)
|
||||
{
|
||||
if (!comparison.HasValue)
|
||||
|
||||
Reference in New Issue
Block a user