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

LayeredCachingBackendConfiguration.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(LayeredCachingBackendConfiguration?)

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