Equals(T, T) Method
Determines whether two instances of the data contract are equal based on the specified properties.
Namespace
DbSyncKit.DB.Comparer
Containing Type
PropertyEqualityComparer<T>

Syntax

public bool Equals(T x, T y)

Parameters

Name Type Description
x T The first instance to compare.
y T The second instance to compare.

Return Value

Type Description
bool true if the instances are equal; otherwise, false.