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