TwinCollection.Contains(String) Method

Definition

Determines whether the specified property is present.

public bool Contains (string propertyName);
member this.Contains : string -> bool
Public Function Contains (propertyName As String) As Boolean

Parameters

propertyName
String

The property to locate

Returns

true if the specified property is present; otherwise, false

Applies to