IDbModelCacheKey.Equals Method (Object)

 

Determines whether the current cached model key is equal to the specified cached model key.

Namespace:   System.Data.Entity.Infrastructure
Assembly:  EntityFramework (in EntityFramework.dll)

bool Equals(
	object other
)

Parameters

other
Type: System.Object

The cached model key to compare to the current cached model key.

Return Value

Type: System.Boolean

true if the current cached model key is equal to the specified cached model key; otherwise, false.