Fluent Assertions Documentation
FluentAssertions.Configuration Namespace / GlobalEquivalencyOptions Class / CloneDefaults<T> Method
In This Topic
    CloneDefaults<T> Method
    In This Topic
    Creates a clone of the default options and allows the caller to modify them.
    Syntax
    public EquivalencyOptions<T> CloneDefaults<T>()

    Type Parameters

    T
    Remarks
    Can be used by external packages like FluentAssertions.DataSets to create a copy of the default equivalency options.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also