InvocationGridEquals Method

ScaleOut Software NamedCache API
Performs a equality comparison by value. Two InvocationGrid instances are considered equal if they have the same GridName, LingerTime, MaxWorkerCacheKB, AllowClientCachingInInvokeCallbacks, MaxInvokeWorkerThreads, LockOnRead, AllowFastReads and dependencies.

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

public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
the object to compare with this InvocationGrid.

Return Value

Type: Boolean
true if obj and this InvocationGrid have the same contents. Otherwise, false.
See Also

Reference