コード例 #1
0
 /// <summary>
 /// Gets whether the current node equals the given node.
 /// </summary>
 public override bool Equals(object obj)
 {
     return(ProjectItemNode.Equals(this, obj as ProjectItemNode));
 }
コード例 #2
0
 /// <summary>
 /// Gets whether the current node equals the given node.
 /// </summary>
 public bool Equals(ProjectItemNode other)
 {
     return(ProjectItemNode.Equals(this, other));
 }