ISelectorTMatch Method

Match the passed in object, returning true if it would be selected by this selector, false otherwise.

Definition

Namespace: Org.BouncyCastle.Utilities.Collections
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
bool Match(
	T candidate
)

Parameters

candidate  T
The object to be matched.

Return Value

Boolean
C#
true
if the objects is matched by this selector, false otherwise.

See Also