GatewayIPAddressInformationCollection.Contains Metod

Definition

Kontrollerar om samlingen innehåller det angivna GatewayIPAddressInformation objektet.

public:
 virtual bool Contains(System::Net::NetworkInformation::GatewayIPAddressInformation ^ address);
public virtual bool Contains(System.Net.NetworkInformation.GatewayIPAddressInformation address);
abstract member Contains : System.Net.NetworkInformation.GatewayIPAddressInformation -> bool
override this.Contains : System.Net.NetworkInformation.GatewayIPAddressInformation -> bool
Public Overridable Function Contains (address As GatewayIPAddressInformation) As Boolean

Parametrar

address
GatewayIPAddressInformation

Objektet GatewayIPAddressInformation som ska genomsökas i samlingen.

Returer

true om objektet GatewayIPAddressInformation finns i samlingen, annars false.

Implementeringar

Gäller för