CacheContainerKey.Equality(CacheContainerKey, CacheContainerKey) Operator

Definition

Operator override for ==.

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

Parameters

left
CacheContainerKey

Left operand.

right
CacheContainerKey

Right operand.

Returns

True if instances are equal to each other.

Applies to