Share via


CacheContainerKey.Inequality(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 op_Inequality : 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 not equal to each other.

Applies to