Determines whether two instances of the data contract are equal based on the specified properties.
- Namespace
- DbSyncKit
.DB .Comparer - Containing Type
- Property
Equality Comparer <T>
Syntax
public bool Equals(T x, T y)
Parameters
Return Value
Type | Description |
---|---|
bool | true if the instances are equal; otherwise, false . |