IndexCollectionContains Method

ScaleOut Software NamedCache API
Tests to see if the collection contains value. Note that IndexValues are compared by value, not by reference. See Equals(Object).

Namespace:  Soss.Client
Assembly:  soss_svcdotnet (in soss_svcdotnet.dll) Version: 6.2.0.0 (1.0.0.0)
Syntax

public virtual bool Contains(
	IndexValue value
)

Parameters

value
Type: Soss.ClientIndexValue
an IndexValue to check for.

Return Value

Type: Boolean
true if value was found in the collection. Otherwise, false.
See Also

Reference