SFSBuddyManagerContainsBuddy Method |
Indicates whether a buddy exists in user's buddies list or not.
Namespace:
Sfs2X.Entities.Managers
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax public bool ContainsBuddy(
string name
)
Parameters
- name
- Type: SystemString
The name of the buddy whose presence in the buddies list is to be tested.
Return Value
Type:
Booleantrue if the specified buddy exists in the buddies list.
Implements
IBuddyManagerContainsBuddy(String)See Also