Camera Frame Changed

Camera.Changed:Connect(function(instance)
   
end)

how do I see if instance is the cameras cframe

if instance == Camera.CFrame then
--Its camera CFrame, so do stuff
end