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