Brecham.Obex — An OBEX library for the .NET Framework

ObexHeaderCollection.Contains Method 

Determines whether the collection contains a specific header.

[Visual Basic]
Public Function Contains( _
   ByVal headerId As ObexHeaderId _
) As Boolean
[C#]
public bool Contains(
   ObexHeaderId headerId
);

Parameters

headerId
The ObexHeaderId of the header to locate in the collection.

Return Value

See Also

ObexHeaderCollection Class | Brecham.Obex Namespace