Click or drag to resize
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
)

Parameters

value
Type: TIndex
The element to check membership for.

Return Value

Type: Boolean
true if the terms collection contains value, false, otherwise.
See Also