CacheContainerKey.Inequality(CacheContainerKey, CacheContainerKey) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.