UrlListContains Method

Determines whether the list contains a specific value.

Namespace:  Aspose.Email.PersonalInfo
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public bool Contains(
	Url value
)

Parameters

value
Type: Aspose.Email.PersonalInfoUrl
The object to locate in the list.

Return Value

Type: Boolean
true if the object is found in the list; otherwise, false.

Implements

ICollectionTContains(T)
See Also