ServiceRecordContains(ServiceAttributeId) Method
Determines whether a service attribute with the specified ID is in the List.
Namespace: InTheHand.Net.Bluetooth.SdpAssembly: InTheHand.Net.Bluetooth (in InTheHand.Net.Bluetooth.dll) Version: 4.0.32+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
public bool Contains(
ServiceAttributeId id
)
Public Function Contains (
id As ServiceAttributeId
) As Boolean
public:
bool Contains(
ServiceAttributeId id
)
member Contains :
id : ServiceAttributeId -> bool
- id ServiceAttributeId
- The id of the service attribute to locate, as a
ServiceAttributeId.
Booleantrue if item is found in the record; otherwise, false.