EntityKey.Equals Method
Indicates a value whether this instance is equal to the given key.
Assembly: EntityFramework (in EntityFramework.dll)
Name | Description | |
---|---|---|
![]() | Equals(EntityKey) | Indicates a value whether this instance is equal to the given key. |
![]() | Equals(Object) | Indicates a value whether this instance is equal to the given key.(Overrides Object.Equals(Object).) |
EntityKey.Equals Method (EntityKey)
Indicates a value whether this instance is equal to the given key.
Parameters
- other
-
Type:
System.Data.Entity.Core.EntityKey
The key to compare against this instance.
Implements
IEquatable<T>.Equals(T)EntityKey.Equals Method (Object)
Indicates a value whether this instance is equal to the given key.
Parameters
- obj
-
Type:
System.Object
The key to compare against this instance.