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
)
Public Function Contains (
value As Url
) As Boolean
public:
virtual bool Contains(
Url^ value
) sealed
abstract Contains :
value : Url -> bool
override Contains :
value : Url -> bool
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