PhoneNumberListContains 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(
PhoneNumber value
)
Public Function Contains (
value As PhoneNumber
) As Boolean
public:
virtual bool Contains(
PhoneNumber^ value
) sealed
abstract Contains :
value : PhoneNumber -> bool
override Contains :
value : PhoneNumber -> bool
Parameters
- value
- Type: Aspose.Email.PersonalInfoPhoneNumber
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