ISelectorTMatch Method
Match the passed in object, returning true if it would be selected by this selector, false
otherwise.
Namespace: Org.BouncyCastle.Utilities.CollectionsAssembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
bool Match(
T candidate
)
Function Match (
candidate As T
) As Boolean
bool Match(
T candidate
)
function Match(candidate);
- candidate T
- The object to be matched.
Boolean if the objects is matched by this selector, false otherwise.