CacheItemKey.Equality(CacheItemKey, CacheItemKey) 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::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 ( = ) : 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 equal to each other.