Esempio n. 1
0
 public bool EqualRepositoryPath(ContentPaths other) {
     return RepositoryPath.EqualsNullSupported(other.RepositoryPath);
 }
Esempio n. 2
0
 public bool EqualPath(ContentPaths other) {
     return Path.EqualsNullSupported(other.Path);
 }