Enhanced C#
Language of your choice: library documentation
|
An IEqualityComparer that compares nodes structurally. More...
An IEqualityComparer that compares nodes structurally.
Public static fields | |
static readonly DeepComparer | Value = new DeepComparer(false) |
static readonly DeepComparer | WithStyleCompare = new DeepComparer(true) |
Public Member Functions | |
DeepComparer (bool compareStyles) | |
bool | Equals (LNode x, LNode y) |
int | GetHashCode (LNode node) |