IDbModelCacheKey.Equals Method (Object)
Determines whether the current cached model key is equal to the specified cached model key.
Assembly: EntityFramework (in EntityFramework.dll)
Parameters
- other
-
Type:
System.Object
The cached model key to compare to the current cached model key.
Return Value
Type: System.Booleantrue if the current cached model key is equal to the specified cached model key; otherwise, false.