Click or drag to resize
DigitalRuneContactSetCollectionContains Method (ContactSet)
Determines whether the collection contains the specified contact set.

Namespace: DigitalRune.Geometry.Collisions
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
public bool Contains(
	ContactSet item
)

Parameters

item
Type: DigitalRune.Geometry.CollisionsContactSet
The contact set to locate in the collection.

Return Value

Type: Boolean
if item is found; otherwise, .

Implements

ICollectionTContains(T)
See Also