Click or drag to resize

SFSBuddyContainsVariable Method

Indicates whether this buddy has the specified Buddy Variable set or not.

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

Parameters

varName
Type: SystemString
The name of the Buddy Variable whose existance must be checked.

Return Value

Type: Boolean
true if a Buddy Variable with the passed name is set for this buddy.

Implements

BuddyContainsVariable(String)
See Also