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