Click or drag to resize

SFSObjectContainsKey Method

Indicates whether this object contains a mapping for the specified key or not.

Namespace:  Sfs2X.Entities.Data
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public bool ContainsKey(
	string key
)

Parameters

key
Type: SystemString
The key whose presence in this object is to be tested.

Return Value

Type: Boolean
true if this object contains a mapping for the specified key.

Implements

ISFSObjectContainsKey(String)
See Also