Equals(object)
Declaration
public override bool Equals(object obj)Parameters
| Type | Name | Description |
|---|---|---|
| object | obj |
Returns
| Type | Description |
|---|---|
| bool |
Overrides
Equals(CacheItem)
Declaration
public bool Equals(CacheItem other)Parameters
| Type | Name | Description |
|---|---|---|
| CacheItem | other | A CacheItem. |
Returns
| Type | Description |
|---|---|
| bool |
|