Click or drag to resize
DigitalRuneContactSetContains Method
Determines whether the ContactSet contains a specific Contact.

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

Parameters

item
Type: DigitalRune.Geometry.CollisionsContact
The contact to locate in the ContactSet.

Return Value

Type: Boolean
if item is found in the ContactSet; otherwise, .

Implements

ICollectionTContains(T)
See Also