Sprite: is bolean - picks all the instances of the sprite that is true.
System: Sprite.PickedCount= Sprite.Count
Sprite.PickedCount - will check how many were picked with the bolean.
then you compare that with how many is the total number. Sprite.Count.
So if 20 of 20 is picked then that means it's true.