CacheItem.Inequality Operator |
Determines whether two instances of the CacheItem class are structurally different.
Namespace: PostSharp.Patterns.Caching.Implementation
Assembly: PostSharp.Patterns.Caching (in PostSharp.Patterns.Caching.dll) Version: 6.5.19.0 (6.5.19.0)
C#
public static bool operator !=( CacheItem first, CacheItem second )
Parameters
- first
- Type: PostSharp.Patterns.Caching.Implementation.CacheItem
A CacheItem. - second
- Type: PostSharp.Patterns.Caching.Implementation.CacheItem
A CacheItem.
Return Value
Type: Booleantrue if first is differnt to second, otherwise false.