CacheItemKey.Inequality(CacheItemKey, CacheItemKey) Operatör
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
! = İçin işleç geçersiz kılma.
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
Parametreler
- left
- CacheItemKey
Sol işlenen.
- right
- CacheItemKey
Sağ işlenen.
Döndürülenler
Örnekler birbirlerine eşit değilse true.