Fluent Assertions Documentation
FluentAssertions.Equivalency Namespace / IEquivalencyOptions Interface
Properties Methods

In This Topic
    IEquivalencyOptions Interface Members
    In This Topic

    The following tables list the members exposed by IEquivalencyOptions.

    Public Properties
     NameDescription
     Property Gets a value indicating whether recursion is allowed to continue indefinitely.  
     Property Gets a value indicating whether records should be compared by value instead of their members  
     Property Contains the rules for what properties to run an auto-conversion.  
     Property Gets value indicating how cyclic references should be handled. By default, it will throw an exception.  
     Property Gets value indicating how the enums should be compared.  
     PropertyGets a value indicating whether members on the expectation marked with [System.ComponentModel.EditorBrowsableAttribute] and System.ComponentModel.EditorBrowsableState.Never should be excluded.  
     PropertyGets a value indicating whether a case-insensitive comparer is used when comparing strings.  
     PropertyGets a value indicating whether leading whitespace is ignored when comparing strings.  
     PropertyGets a value indicating whether the newline style is ignored when comparing strings.  
     PropertyGets a value indicating whether members on the subject marked with [System.ComponentModel.EditorBrowsableAttribute] and System.ComponentModel.EditorBrowsableState.Never should be treated as though they don't exist.  
     PropertyGets a value indicating whether trailing whitespace is ignored when comparing strings.  
     Property Gets a value indicating whether and which fields should be considered.  
     Property Gets a value indicating whether and which properties should be considered.  
     Property Gets a value indicating whether or not the assertion must perform a deep comparison.  
     Property Gets an ordered collection of matching rules that determine which subject members are matched with which expectation properties.  
     Property Gets an ordered collection of rules that determine whether or not the order of collections is important. By default, ordering is irrelevant.  
     Property Gets an ordered collection of selection rules that define what members (e.g. properties or fields) are included.  
     PropertyGets the currently configured tracer, or a null reference (Nothing in Visual Basic) if no tracing was configured.  
     Property Gets an ordered collection of Equivalency steps how a subject is compared with the expectation.  
     Property Gets a value indicating whether the runtime type of the expectation should be used rather than the declared type.  
    Top
    Public Methods
     NameDescription
     Method Determines the right strategy for evaluating the equality of objects of this type.  
    Top
    See Also