Is there a way to remove objects from a collection without knowing the key? Or, is there a way to find the index of an object in a collection? Specifically, I want to check a property of an object in a collection. If it's false, I want to remove it, but I won't always know the key. Thanks in advance.