public bool EqualRepositoryPath(ContentPaths other) => RepositoryPath.EqualsNullSupported(other.RepositoryPath);
Example #2
0
 public bool EqualRepositoryPath(ContentPaths other) => RepositoryPath.EqualsNullSupported(other.RepositoryPath);
 public bool EqualPath(ContentPaths other) => Path.EqualsNullSupported(other.Path);
Example #4
0
 public bool EqualPath(ContentPaths other) => Path.EqualsNullSupported(other.Path);