GatewayIPAddressInformationCollection.Contains Methode

Definition

Überprüft, ob die Auflistung das angegebene GatewayIPAddressInformation-Objekt enthält.

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

Parameter

address
GatewayIPAddressInformation

Das GatewayIPAddressInformation-Objekt, das in der Auflistung gesucht werden soll.

Gibt zurück

true, wenn das angegebene GatewayIPAddressInformation-Objekt in der Auflistung enthalten ist, andernfalls false.

Implementiert

Gilt für: