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