NameCollectionContainsAny Method
Return a value indicating whether this collection contains any of the
specified names.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public bool ContainsAny(
string[] names
)
Public Function ContainsAny (
names As String()
) As Boolean
No code example is currently available or this language may not be supported.
- names String
-
Array of names to be searched for.
Boolean
True if any of the items in this collection have at least one of the
specified names. False otherwise.