DataCacheItemVersionEquals Method Windows Server AppFabric Caching Compatibility Library
Determines whether another object is the same.

Namespace: Soss.Compat.WSAF
Assembly: soss_wsaf_compat (in soss_wsaf_compat.dll) Version: 1.1.0.100 (1.1.0.100)
Syntax

public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
Another object for comparison.

Return Value

Type: Boolean
true if both objects are the same, false otherwise.
See Also

Reference