protected bool Equals([NotNull] ProjectTreeUri other) => string.Equals(Uri, other.Uri);
Exemplo n.º 2
0
 protected ProjectTreeItemBase([NotNull] IProjectTree projectTree, [NotNull] ProjectTreeUri uri)
 {
     ProjectTree = projectTree;
     Uri         = uri;
 }