mscorlib(4.0.0.0) API with additions
|
Provides objects for performing a structural comparison of two collection objects. More...
Properties | |
static IComparer | StructuralComparer [get] |
Gets a predefined object that performs a structural comparison of two objects. More... | |
static IEqualityComparer | StructuralEqualityComparer [get] |
Gets a predefined object that compares two objects for structural equality. More... | |
Provides objects for performing a structural comparison of two collection objects.
Definition at line 5 of file StructuralComparisons.cs.
|
staticget |
Gets a predefined object that performs a structural comparison of two objects.
Definition at line 15 of file StructuralComparisons.cs.
|
staticget |
Gets a predefined object that compares two objects for structural equality.
Definition at line 32 of file StructuralComparisons.cs.