How do i see how many lights at the intensity of 0 are in the scene?

Title says it all :S

Using Object.FindObjectsOfType, search for Light, Go through each one, and get it’s intensity.