TargetTypeDictionary.Contains Method

Determines whether the ICollection<T> contains a specific value.

Definition

Namespace: Sandcastle.Tools.BuildComponents.Targets
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2024.12.21.0
public bool Contains(
	KeyValuePair<string, Target> item
)

Parameters

item  KeyValuePair<String, Target>
The object to locate in the ICollection<T>.

Return Value

Boolean
true if item is found in the ICollection<T>; otherwise, false.

Implements

ICollection<T>.Contains(T)

See Also