Can Vector3.Distance be used for eulerAngles?

I am wondering if i can use Vector3.Distance for eulerAngles in a rotation.
for example if my object is Xdeg from a specific point a GUI button turns on.

EulerAngles are Vector3, so you can use Vector3.Distance. If it does what you want it to do, is another matter…