Describes the semantics of how objects should be compared.

Namespace:  Gallio.Framework
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.459.0)

Syntax

C#
public interface IComparisonSemantics
Visual Basic (Declaration)
Public Interface IComparisonSemantics

Remarks

This class encapsulates a default set of rules for comparing objects. These rules may be used as the foundation of a suite of standard assertion functions for comparing identity, equality and relations.

The comparison engine has extension points available:

See Also