예제 #1
0
 /// <summary>
 /// Gets whether the current node equals the given node.
 /// </summary>
 public override bool Equals(object obj) => ProjectItemNode.Equals(this, obj as ProjectItemNode);
예제 #2
0
 /// <summary>
 /// Gets whether the current node equals the given node.
 /// </summary>
 public bool Equals(ProjectItemNode other) => ProjectItemNode.Equals(this, other);