Intel Corporation Interview Question

given a sorted binary tree T and value v. write a function that return true if T conteins nodes n1, n2, where n1.value + n2.value == v, and false other.