ObjectCollectionExists(Object) Method

Return a value indicating whether the specified object exists in the collection.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.3013.4544
C#
public bool Exists(
	Object value
)

Parameters

value  Object
Object to compare for.

Return Value

Boolean
True if the specified Object exists in the Collection. Otherwise, false.

See Also