Initializes a new instance of the
PropertyEqualityComparer<T> class.
- Namespace
- DbSyncKit
.DB .Comparer - Containing Type
- Property
Equality Comparer <T>
Syntax
public PropertyEqualityComparer(PropertyInfo[] Properties)Parameters
| Name | Type | Description |
|---|---|---|
| Properties | PropertyInfo[] | An array of System.Reflection.PropertyInfo objects representing properties used for equality comparison. These can be either key or comparable properties. |