Check if a Point(Cartesia3) exists in a circle

Given the circle center and radius , how to check if an another point exist in that circle?

Hello, you just need to check if the distance between center and your point is equal to radius.