Fluent Assertions Documentation
FluentAssertions.Equivalency Namespace / IMemberSelectionRule Interface / SelectMembers Method
The node within the graph from which to select members.
A collection of members that was pre-populated by other selection rules. Can be empty.
Provides auxiliary information such as the configuration and such.
In This Topic
    SelectMembers Method
    In This Topic
    Adds or removes properties or fields to/from the collection of members that must be included while comparing two objects for structural equality.
    Syntax

    Parameters

    currentNode
    The node within the graph from which to select members.
    selectedMembers
    A collection of members that was pre-populated by other selection rules. Can be empty.
    context
    Provides auxiliary information such as the configuration and such.

    Return Value

    The collection of members after applying this rule. Can contain less or more than was passed in.
    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