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

CachingBackendConfiguration.Equals Method

Equals(object?)

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

Equals(CachingBackendConfiguration?)

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