Fluent Assertions Documentation
FluentAssertions Assembly / FluentAssertions.Equivalency Namespace / IEquivalencyValidationContext Interface

In This Topic
    IEquivalencyValidationContext Interface Properties
    In This Topic

    For a list of all members of this type, see IEquivalencyValidationContext members.

    Public Properties
     NameDescription
     PropertyGets the INode of the member that returned the current object, or a null reference (Nothing in Visual Basic) if the current object represents the root object.  
     Property  
     Property A formatted phrase and the placeholder values explaining why the assertion is needed.  
     PropertyGets an object that can be used by the equivalency algorithm to provide a trace when the SelfReferenceEquivalencyOptions<TSelf>.WithTracing option is used.  
    Top
    See Also