contains

Contents
[ ]

contains(ScaleEffect item) function

Determines whether the IGenericCollection contains a specific value.

Parameters

NameTypeDescription
itemScaleEffectThe object to locate in the IGenericCollection.

Result

boolean


contains(FilterEffect item) function

Determines whether the IGenericCollection contains a specific value.

Parameters

NameTypeDescription
itemFilterEffectThe object to locate in the IGenericCollection.

Result

boolean


contains(CommandEffect item) function

Determines whether the IGenericCollection contains a specific value.

Parameters

NameTypeDescription
itemCommandEffectThe object to locate in the IGenericCollection.

Result

boolean


contains(SetEffect item) function

Determines whether the IGenericCollection contains a specific value.

Parameters

NameTypeDescription
itemSetEffectThe object to locate in the IGenericCollection.

Result

boolean


contains(ColorEffect item) function

Determines whether the IGenericCollection contains a specific value.

Parameters

NameTypeDescription
itemColorEffectThe object to locate in the IGenericCollection.

Result

boolean


contains(RotationEffect item) function

Determines whether the IGenericCollection contains a specific value.

Parameters

NameTypeDescription
itemRotationEffectThe object to locate in the IGenericCollection.

Result

boolean


contains(MotionEffect item) function

Determines whether the IGenericCollection contains a specific value.

Parameters

NameTypeDescription
itemMotionEffectThe object to locate in the IGenericCollection.

Result

boolean