 | StandardCutoverPredicatesStringPredicate Method |
[This is preliminary documentation and is subject to change.]
Default cutover predicate to use with strings.
Namespace:
Condensed
Assembly:
Condensed (in Condensed.dll) Version: 0.1.0.0 (0.1.0.0)
Syntaxpublic static bool StringPredicate(
CondensedStats stats
)
Public Shared Function StringPredicate (
stats As CondensedStats
) As Boolean
public:
static bool StringPredicate(
CondensedStats stats
)
static member StringPredicate :
stats : CondensedStats -> bool
Parameters
- stats
- Type: CondensedCondensedStats
Current collection statistics (prior to the item that's currently being added).
Return Value
Type:
BooleanTrue if the condensed list to cutover to normal
ListT storage.
See Also