CacheItemKey.Equality(CacheItemKey, CacheItemKey) Operador

Definição

Substituição de operador para = =.

public:
 static bool operator ==(Microsoft::VisualStudio::RpcContracts::Caching::CacheItemKey left, Microsoft::VisualStudio::RpcContracts::Caching::CacheItemKey right);
public static bool operator == (Microsoft.VisualStudio.RpcContracts.Caching.CacheItemKey left, Microsoft.VisualStudio.RpcContracts.Caching.CacheItemKey right);
static member ( = ) : Microsoft.VisualStudio.RpcContracts.Caching.CacheItemKey * Microsoft.VisualStudio.RpcContracts.Caching.CacheItemKey -> bool
Public Shared Operator == (left As CacheItemKey, right As CacheItemKey) As Boolean

Parâmetros

left
CacheItemKey

Operando esquerdo.

right
CacheItemKey

Operando à direita.

Retornos

Boolean

True se as instâncias forem iguais.

Aplica-se a