Click or drag to resize

SFSArrayContains 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#
public 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.

Implements

ISFSArrayContains(Object)
Remarks
Checking if this object contains an inner SFSObject or SFSArray is not supported.
See Also