operator ==(CacheItem, CacheItem)
Determines whether two instances of the CacheItem class are structurally equal.
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 |
|