EquatableKeyValue<TKey> Class
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.
Objects of this type contain a key value corresponding to a Metadata item and implement Equals(Object)
that return true
only for other objects corresponding to the same Metadata item.
public sealed class EquatableKeyValue<TKey>
type EquatableKeyValue<'Key> = class
Public NotInheritable Class EquatableKeyValue(Of TKey)
Type Parameters
- TKey
The underlying key type.
- Inheritance
-
EquatableKeyValue<TKey>
Constructors
EquatableKeyValue<TKey>(IAnnotatable, TKey, IEqualityComparer<TKey>) |
Creates a new instance of EquatableKeyValue<TKey> |
Methods
Equals(Object) | Determines whether the specified object is equal to the current object. |
GetHashCode() | Serves as the default hash function. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework