ObjectCollectionAddUnique Method

Add an object to the Collection if it has a unique value.

Definition

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

Parameters

value  Object
The object to add to the Collection if it is unique.

Return Value

Boolean
A value indicating whether or not the value was added.

See Also