Open sandboxFocus

Operator operator !=

operator !=(CacheItem, CacheItem)

Determines whether two instances of the CacheItem class are structurally different.

Declaration
public static bool operator !=(CacheItem first, CacheItem second)
Parameters
Type Name Description
CacheItem first

A CacheItem.

CacheItem second

A CacheItem.

Returns
Type Description
bool

true if first is differnt to second, otherwise false.