IfcCollection1.Contains

IfcCollection<T>.Contains method

Determines whether [contains] [the specified item].

public bool Contains(T item)
ParameterTypeDescription
itemTThe item.

Return Value

true if [contains] [the specified item]; otherwise, false.

See Also