PostalAddressListIndexOf Method |
Determines the index of a specific item in the list.
Namespace:
Aspose.Email.PersonalInfo
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic int IndexOf(
PostalAddress value
)
Public Function IndexOf (
value As PostalAddress
) As Integer
public:
virtual int IndexOf(
PostalAddress^ value
) sealed
abstract IndexOf :
value : PostalAddress -> int
override IndexOf :
value : PostalAddress -> int
Parameters
- value
- Type: Aspose.Email.PersonalInfoPostalAddress
The Object to locate in the list.
Return Value
Type:
Int32 The index of
value if found in the list; otherwise, -1.
Implements
IListTIndexOf(T)
See Also