Click or drag to resize

ISFSArrayContains Method

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
C#
bool Contains(
	Object obj
)

Parameters

obj
Type: SystemObject
The object whose presence in this array is to be tested.

Return Value

Type: Boolean
true if the specified object is present.
See Also