Method Equals
Equals(object)
Determines if the current entry instance is equal to the specified entry.
Declaration
public override bool Equals(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
| object | obj | The entry to compare. |
Returns
| Type | Description |
|---|---|
| bool | Returns true if the entries are equivalent. Returns false otherwise. |
Overrides
Equals(CacheEntry)
Determines if the current entry instance is equal to the specified entry.
Declaration
public bool Equals(CacheEntry other)
Parameters
| Type | Name | Description |
|---|---|---|
| CacheEntry | other | The entry to compare. |
Returns
| Type | Description |
|---|---|
| bool | Returns true if the entries are equivalent. Returns false otherwise. |