Filters the specified item pair.

Namespace: DigitalRune.Geometry.Partitioning
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.9.0.0 (1.9.3.9490)

Syntax

C#
bool Filter(
	Pair<T> pair
)
Visual Basic
Function Filter ( _
	pair As Pair(Of T) _
) As Boolean
Visual C++
bool Filter(
	Pair<T> pair
)

Parameters

pair
Type: DigitalRune.Collections..::..Pair<(Of <(<'T>)>)>
The pair.

Return Value

trueTruetruetrue (True in Visual Basic) if the pair should be processed (pair is accepted); otherwise, falseFalsefalsefalse (False in Visual Basic) if the pair should not be processed (pair is rejected).

See Also