SecondaryIndexTClass, TIndexHasValue Method |
Determines whether an element is in the terms collection.
Namespace:
RiakClient.Models.Index
Assembly:
RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax public bool HasValue(
TIndex value
)
member HasValue :
value : 'TIndex -> bool
Parameters
- value
- Type: TIndex
The element to check membership for.
Return Value
Type:
Booleantrue if the terms collection contains
value,
false, otherwise.
See Also