You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Gets the array of <see cref="PropertyInfo"/> objects representing key properties used for unique identification of objects.
19
14
/// </summary>
@@ -22,23 +17,22 @@ public class KeyEqualityComparer<T> : IEqualityComparer<T> where T : IDataContra
22
17
/// <summary>
23
18
/// Initializes a new instance of the <see cref="KeyEqualityComparer{T}"/> class.
24
19
/// </summary>
25
-
/// <param name="CompariableProperties">An array of <see cref="PropertyInfo"/> objects representing properties used for data comparison.</param>
26
20
/// <param name="KeyProperties">An array of <see cref="PropertyInfo"/> objects representing key properties used for unique identification of objects.</param>
0 commit comments