Instance.PropertyArray.removeBoolean()
Signature
boolean removeBoolean (PropertyArrayBoolean arr, boolean value)
Description
This method removes the first occurrence of PropertyAtomBoolean for which the current value
equals to value
from a PropertyArrayBoolean. It returns true and shifts all the
subsequent array elements PropertyAtomBoolean to the left (substracts one to their indices)
if the PropertyAtomBoolean is found, false otherwise.
Parameters
Name | Type | Description |
arr | PropertyArrayBoolean | A PropertyArrayBoolean for the action to be performed on. |
value | boolean | Current value of the PropertyAtomBoolean for removal. |
Returns
Type | Description |
boolean | if a PropertyAtomBoolean is removed. |