CacheItemKey.Equals Yöntem

Tanım

Aşırı Yüklemeler

Equals(CacheItemKey)
Equals(Object)

Equals(CacheItemKey)

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

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

Parametreler

other
CacheItemKey

Döndürülenler

Boolean

Uygulamalar

Şunlara uygulanır

Equals(Object)

Indicates whether this instance and a specified object are equal.

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

Parametreler

obj
Object

Döndürülenler

Boolean

Şunlara uygulanır