Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion xml/System.Collections/StructuralComparisons.xml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
<format type="text/markdown"><![CDATA[

## Remarks
When the <xref:System.Collections.IComparer> object returned by this property is passed to the equality comparison method of a collection object, such as <xref:System.Array.System%23Collections%23IStructuralEquatable%23Equals%28System.Object%2CSystem.Collections.IEqualityComparer%29?displayProperty=nameWithType> or <xref:System.Tuple%603.System%23Collections%23IStructuralEquatable%23Equals%28System.Object%2CSystem.Collections.IEqualityComparer%29?displayProperty=nameWithType>, its <xref:System.Collections.IEqualityComparer.Equals%2A?displayProperty=nameWithType> method is called for each member of an array or for each component of a tuple. This implementation of the <xref:System.Collections.IEqualityComparer.Equals%2A> method behaves as follows when it compares each item of a collection object with the corresponding item of another collection object:
When the <xref:System.Collections.IEqualityComparer> object returned by this property is passed to the equality comparison method of a collection object, such as <xref:System.Array.System%23Collections%23IStructuralEquatable%23Equals%28System.Object%2CSystem.Collections.IEqualityComparer%29?displayProperty=nameWithType> or <xref:System.Tuple%603.System%23Collections%23IStructuralEquatable%23Equals%28System.Object%2CSystem.Collections.IEqualityComparer%29?displayProperty=nameWithType>, its <xref:System.Collections.IEqualityComparer.Equals%2A?displayProperty=nameWithType> method is called for each member of an array or for each component of a tuple. This implementation of the <xref:System.Collections.IEqualityComparer.Equals%2A> method behaves as follows when it compares each item of a collection object with the corresponding item of another collection object:

- If both items are `null`, it considers the two items to be equal.

Expand Down