Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ As the example shows, user-defined reference types support the `==` operator by

:::code language="csharp" source="snippets/shared/EqualityOperators.cs" id="RecordTypesEquality":::

As the preceding example shows, for reference-type members their reference values are compared, not the referenced instances.
As the preceding example shows, the equality of reference-type members is compared using their specific equality implementations.

### String equality

Expand Down
Loading