Ejemplo n.º 1
0
 public bool AreSiblings(int firstValue, int secondValue) => _root.AreSiblings(firstValue, secondValue);