mscorlib(4.0.0.0) API with additions
System.Collections.StructuralComparisons Class Reference

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...
 

Detailed Description

Provides objects for performing a structural comparison of two collection objects.

Definition at line 5 of file StructuralComparisons.cs.

Property Documentation

◆ StructuralComparer

IComparer System.Collections.StructuralComparisons.StructuralComparer
staticget

Gets a predefined object that performs a structural comparison of two objects.

Returns
A predefined object that is used to perform a structural comparison of two collection objects.

Definition at line 15 of file StructuralComparisons.cs.

◆ StructuralEqualityComparer

IEqualityComparer System.Collections.StructuralComparisons.StructuralEqualityComparer
staticget

Gets a predefined object that compares two objects for structural equality.

Returns
A predefined object that is used to compare two collection objects for structural equality.

Definition at line 32 of file StructuralComparisons.cs.


The documentation for this class was generated from the following file: