Contains
Contains
Determines whether the list contains a specific value.
Returns: true if the object is found in the list; otherwise, false.
Contains(const System::SharedPtr < PostalAddress > & value)
| Parameter | Description |
|---|---|
| value | The object to locate in the list. |