ObjectCollectionExists(Object) Method
Return a value indicating whether the specified object exists in the
collection.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public bool Exists(
Object value
)
Public Function Exists (
value As Object
) As Boolean
No code example is currently available or this language may not be supported.
- value Object
-
Object to compare for.
Boolean
True if the specified Object exists in the Collection. Otherwise,
false.