ServiceRecordContains(ServiceAttributeId, LanguageBaseItem) Method

Determines whether a TextString service attribute with the specified ID and natural language is in the List.

Definition

Namespace: InTheHand.Net.Bluetooth.Sdp
Assembly: InTheHand.Net.Bluetooth (in InTheHand.Net.Bluetooth.dll) Version: 4.0.32+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
C#
public bool Contains(
	ServiceAttributeId id,
	LanguageBaseItem language
)

Parameters

id  ServiceAttributeId
The id of the service attribute to locate, as a ServiceAttributeId.
language  LanguageBaseItem
Which multi-language version of the string attribute to locate.

Return Value

Boolean
true if item is found in the record; otherwise, false.

See Also