Пример #1
0
 public bool Equals(TreeViewState <TNode> other)
 {
     return(SelectedNode.IsEqual(other.SelectedNode));
 }