ServerIPAddressCollection.Contains(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Checks whether the specified key value exists in the collection.
public:
bool Contains(System::String ^ key);
public bool Contains (string key);
member this.Contains : string -> bool
Public Function Contains (key As String) As Boolean
Parameters
Returns
A Boolean value that specifies whether the key value exists in the collection.
If True, the key value exists in the collection.
If False, the key value does not exist in the collection.