MetalamaAPI documentationPatterns APIMetalama.​Patterns.​Caching.​BackendsMemory­Caching­Backend­ConfigurationEquals
Open sandboxFocus

MemoryCachingBackendConfiguration.Equals Method

Equals(object?)

Declaration
public override bool Equals(object? obj)
Parameters
Type Name Description
object obj
Returns
Type Description
bool
Overrides
CachingBackendConfiguration.Equals(object?)

Equals(CachingBackendConfiguration?)

Declaration
public override sealed bool Equals(CachingBackendConfiguration? other)
Parameters
Type Name Description
CachingBackendConfiguration other
Returns
Type Description
bool
Overrides
CachingBackendConfiguration.Equals(CachingBackendConfiguration?)

Equals(MemoryCachingBackendConfiguration?)

Declaration
public bool Equals(MemoryCachingBackendConfiguration? other)
Parameters
Type Name Description
MemoryCachingBackendConfiguration other
Returns
Type Description
bool
Implements
IEquatable<T>.Equals(T)