Show / Hide Table of Contents

Interface IKeyEquatable<T>

Model equitable

Inherited Members
IEquatable<T>.Equals(T)
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface IKeyEquatable<T> : IEquatable<T>
Type Parameters
Name Description
T

Methods

EqualKey(T)

Test for the same item key

Declaration
bool EqualKey(T compare)
Parameters
Type Name Description
T compare
Returns
Type Description
bool

Extension Methods

ConsoleExtensions.WriteProperties(object, bool)
ValueTypeExtensions.GetValueType(object)
ObjectInfo.GetPropertyValue(object, string)
ObjectInfo.GetPropertyValue<T>(object, string, T)
ObjectInfo.ResolvePropertyValue(object, string)
ObjectInfo.SetPropertyValue(object, string, object)
☀
☾
Back to top Generated by DocFX