Checks whether the collection contains the specified UnicastIPAddressInformation object.
| C# | Visual Basic |
public bool Contains( UnicastIPAddressInformation address )
Public Function Contains ( _ address As UnicastIPAddressInformation _ ) As Boolean
- address (UnicastIPAddressInformation)
- The UnicastIPAddressInformation object to be searched in the collection.
true if the UnicastIPAddressInformation object exists in the collection; otherwise, false.