contains
Contents
[
Hide
]contains(ScaleEffect item) function
Determines whether the IGenericCollection contains a specific value.
Parameters
Name | Type | Description |
---|---|---|
item | ScaleEffect | The object to locate in the IGenericCollection. |
Result
boolean
contains(FilterEffect item) function
Determines whether the IGenericCollection contains a specific value.
Parameters
Name | Type | Description |
---|---|---|
item | FilterEffect | The object to locate in the IGenericCollection. |
Result
boolean
contains(CommandEffect item) function
Determines whether the IGenericCollection contains a specific value.
Parameters
Name | Type | Description |
---|---|---|
item | CommandEffect | The object to locate in the IGenericCollection. |
Result
boolean
contains(SetEffect item) function
Determines whether the IGenericCollection contains a specific value.
Parameters
Name | Type | Description |
---|---|---|
item | SetEffect | The object to locate in the IGenericCollection. |
Result
boolean
contains(ColorEffect item) function
Determines whether the IGenericCollection contains a specific value.
Parameters
Name | Type | Description |
---|---|---|
item | ColorEffect | The object to locate in the IGenericCollection. |
Result
boolean
contains(RotationEffect item) function
Determines whether the IGenericCollection contains a specific value.
Parameters
Name | Type | Description |
---|---|---|
item | RotationEffect | The object to locate in the IGenericCollection. |
Result
boolean
contains(MotionEffect item) function
Determines whether the IGenericCollection contains a specific value.
Parameters
Name | Type | Description |
---|---|---|
item | MotionEffect | The object to locate in the IGenericCollection. |
Result
boolean