InstantMessengerListContains Method |
Determines whether the list contains a specific value.
Namespace:
Aspose.Email.PersonalInfo
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic bool Contains(
InstantMessengerAddress value
)
Public Function Contains (
value As InstantMessengerAddress
) As Boolean
public:
virtual bool Contains(
InstantMessengerAddress^ value
) sealed
abstract Contains :
value : InstantMessengerAddress -> bool
override Contains :
value : InstantMessengerAddress -> bool
Parameters
- value
- Type: Aspose.Email.PersonalInfoInstantMessengerAddress
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