Fluent Assertions Documentation
FluentAssertions.Equivalency Namespace / IMemberMatchingRule Interface / Match Method
The IMember of the subject's member for which a match must be found. Can never be a null reference (Nothing in Visual Basic).
The subject object for which a matching member must be returned. Can never be a null reference (Nothing in Visual Basic).
In This Topic
    Match Method (IMemberMatchingRule)
    In This Topic
    Attempts to find a member on the subject that should be compared with the expectedMember during a structural equality.
    Syntax

    Parameters

    expectedMember
    The IMember of the subject's member for which a match must be found. Can never be a null reference (Nothing in Visual Basic).
    subject
    The subject object for which a matching member must be returned. Can never be a null reference (Nothing in Visual Basic).
    parent
    options
    assertionChain

    Return Value

    Returns the IMember of the property with which to compare the subject with, or a null reference (Nothing in Visual Basic) if no match was found.
    Remarks
    Whether or not a match is required or optional is up to the specific rule. If no match is found and this is not an issue, simply return a null reference (Nothing in Visual Basic).
    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