CacheItem.Equals Methode

Definition

Überlädt

Equals(CacheItem)
Equals(Object)

Equals(CacheItem)

Indicates whether the current object is equal to another object of the same type.

public:
 virtual bool Equals(Microsoft::VisualStudio::RpcContracts::Caching::CacheItem other);
public bool Equals (Microsoft.VisualStudio.RpcContracts.Caching.CacheItem other);
override this.Equals : Microsoft.VisualStudio.RpcContracts.Caching.CacheItem -> bool
Public Function Equals (other As CacheItem) As Boolean

Parameter

other
CacheItem

Gibt zurück

Boolean

Implementiert

Gilt für

Equals(Object)

public:
 override bool Equals(System::Object ^ obj);
public override bool Equals (object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean

Parameter

obj
Object

Gibt zurück

Boolean

Gilt für