NameIDCollectionContains(Int32) Method
Return a value indicating whether this collection contains the
specified ID.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public bool Contains(
int ID
)
Public Function Contains (
ID As Integer
) As Boolean
No code example is currently available or this language may not be supported.
- ID Int32
-
ID to search for.
Boolean
True if the ID is found within the collection. Otherwise, false.