Determines whether the category is in this collection.

Namespace:  Rebex.Net
Assembly:  Rebex.Ews (in Rebex.Ews.dll)

Syntax

Visual Basic
Public Function Contains ( _
	category As String _
) As Boolean
C#
public bool Contains(
	string category
)

Parameters

category
Type: System..::..String

Return Value

Implements

ICollection<(Of <(<'T>)>)>..::..Contains(T)

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also