TCLiteEqualityComparer Class

Summary

NUnitEqualityComparer encapsulates NUnit's handling of equality tests between objects.
Namespace
TCLite.Constraints
Base Types
  • object
graph BT Type-->Base0["object"] Type["TCLiteEqualityComparer"] class Type type-node

Syntax

public class TCLiteEqualityComparer

Constructors

Properties

Name Value Summary
CompareAsCollection bool
Gets and sets a flag indicating that arrays should be compared as collections, without regard to their shape.
Default TCLiteEqualityComparer
Returns the default NUnitEqualityComparer
static
FailurePoints IList<FailurePoint>
Gets the list of failure points for the last Match performed. The list consists of objects to be interpreted by the caller. This generally means that the caller may only make use of objects it has placed on the list at a particular depthy.
IgnoreCase bool
If true, all string comparisons will ignore case

Methods