IndexValueEquals Method

ScaleOut Software NamedCache API
Returns a value indicating whether this IndexValue instance is equal to other.

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

public override bool Equals(
	Object other
)

Parameters

other
Type: SystemObject
the object to compare with this instance.

Return Value

Type: Boolean
true if other has the same value as this IndexValue. Otherwise, false.
See Also

Reference