Indicates whether this array contains the specified object or not.
Namespace:
Sfs2X.Entities.Data
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax bool Contains(
Object obj
)
Parameters
- obj
- Type: SystemObject
The object whose presence in this array is to be tested.
Return Value
Type:
Booleantrue if the specified object is present.
See Also