CacheItem.Equals 方法

定义

重载

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

参数

other
CacheItem

返回

Boolean

实现

适用于

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

参数

obj
Object

返回

Boolean

适用于