Enhanced C#
Language of your choice: library documentation

Documentation moved to ecsharp.net

GitHub doesn't support HTTP redirects, so you'll be redirected in 3 seconds.

 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Public static fields | Public Member Functions | List of all members
Loyc.Syntax.LNode.DeepComparer Class Reference

An IEqualityComparer that compares nodes structurally. More...


Source file:
Inheritance diagram for Loyc.Syntax.LNode.DeepComparer:

Remarks

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)