ISFSObjectContainsKey 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 bool ContainsKey(
string key
)
Parameters
- key
- Type: SystemString
The key whose presence in this object is to be tested.
Return Value
Type:
Booleantrue if this object contains a mapping for the specified key.
See Also