StateServerKeyEquality Operator

ScaleOut Software NamedCache API
Compare two StateServerKey objects returning true if they're equal.

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

public static bool operator ==(
	StateServerKey key1,
	StateServerKey key2
)

Parameters

key1
Type: Soss.ClientStateServerKey
key2
Type: Soss.ClientStateServerKey

Return Value

Type: Boolean
true if key1 and key2 represent the same StateServer keys. Otherwise, false.
See Also

Reference