| Name | Description | |
|---|---|---|
![]() | Add<TStep> | Adds a new IEquivalencyStep after any of the built-in steps, with the exception of the final FluentAssertions.Equivalency.Steps.SimpleEqualityEquivalencyStep. |
![]() | AddAfter<TPredecessor,TStep> | Adds a new IEquivalencyStep right after the specified TPredecessor. |
![]() | Clear | Removes each and every built-in IEquivalencyStep. |
![]() | GetEnumerator | |
![]() | Insert<TStep> | Inserts a new IEquivalencyStep before any of the built-in steps. |
![]() | InsertBefore<TSuccessor,TStep> | Inserts a new IEquivalencyStep just before the TSuccessor. |
![]() | Remove<TStep> | Removes all instances of the specified TStep from the current step. |
![]() | Reset | Removes all custom IEquivalencySteps. |

