System.Collections.StructuralComparisons Class

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

See Also: StructuralComparisons Members

Syntax

public static class StructuralComparisons

Remarks

The StructuralComparisons class returns the following two predefined comparison objects:

The objects can be used to perform a structural comparison or a structural equality comparison of two collection objects, such as array or tuple objects. In structural comparison, two objects are compared based on their values. Objects can be ordered based on some criteria, and two objects are considered equal when they have equal values, not because they reference the same physical object

Requirements

Namespace: System.Collections
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 4.0.0.0