CachedObjectIdEquals Method (Object)

ScaleOut Software NamedCache API
Determines whether two CachedObjectId instances are equal.

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

public override bool Equals(
	Object o
)

Parameters

o
Type: SystemObject
The Object to compare with the current CachedObjectId.

Return Value

Type: Boolean
true if the specified Object is equal to the current CachedObjectId; otherwise, false.
Remarks

Equals(Object) does not check for reference equality; rather, it checks to see if o is a CachedObjectId and if so, whether both CachedObjectId instances identify the same object in the ScaleOut StateServer store.
See Also

Reference