PostSharpAPI ReferencePost­Sharp.​Patterns.​Caching.​DependenciesString­DependencyEquals
Open sandboxFocus

StringDependency.Equals Method

Equals(ICacheDependency)

Determines whether the specified object is equal to the current object.

Declaration
public bool Equals(ICacheDependency other)
Parameters
Type Name Description
ICacheDependency other

The object to compare with the current object.

Returns
Type Description
Boolean

true if the specified object is equal to the current object; otherwise, false.

Equals(Object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
Object obj
Returns
Type Description
Boolean