CacheItemKey.Inequality(CacheItemKey, CacheItemKey) Operator

Definition

Operator override for !=.

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 op_Inequality : Microsoft.VisualStudio.RpcContracts.Caching.CacheItemKey * Microsoft.VisualStudio.RpcContracts.Caching.CacheItemKey -> bool
Public Shared Operator != (left As CacheItemKey, right As CacheItemKey) As Boolean

Parameters

left
CacheItemKey

Left operand.

right
CacheItemKey

Right operand.

Returns

True if instances are not equal to each other.

Applies to