<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Iequatable on ByteCrafted</title>
    <link>https://bytecrafted.dev/tags/iequatable/</link>
    <description>Recent content in Iequatable on ByteCrafted</description>
    <image>
      <title>ByteCrafted</title>
      <url>https://bytecrafted.dev/favicons/android-chrome-512x512.png</url>
      <link>https://bytecrafted.dev/favicons/android-chrome-512x512.png</link>
    </image>
    <generator>Hugo -- 0.155.2</generator>
    <language>en</language>
    <lastBuildDate>Sat, 20 Sep 2025 00:00:00 +0530</lastBuildDate>
    <atom:link href="https://bytecrafted.dev/tags/iequatable/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>C# IEquatable: Custom Equality for .NET Devs</title>
      <link>https://bytecrafted.dev/posts/c-sharp/iequatable-guide/</link>
      <pubDate>Wed, 16 Jul 2025 00:00:00 +0530</pubDate>
      <guid>https://bytecrafted.dev/posts/c-sharp/iequatable-guide/</guid>
      <description>IEquatable in C#: Learn custom equality implementation to enhance .NET code quality, maintainability, and correctness in real-world projects.</description>
    </item>
    <item>
      <title>Avoiding Boxing with Struct Dictionary Keys in C#: Performance and Best Practices</title>
      <link>https://bytecrafted.dev/posts/c-sharp/avoiding-boxing-struct-dictionary-keys/</link>
      <pubDate>Sun, 06 Jul 2025 00:00:00 +0000</pubDate>
      <guid>https://bytecrafted.dev/posts/c-sharp/avoiding-boxing-struct-dictionary-keys/</guid>
      <description>Learn how to avoid hidden heap allocations when using structs as dictionary keys in C#. See why boxing happens, how to implement IEquatable&amp;lt;T&amp;gt;, and the benefits of readonly and record structs for high-performance code.</description>
    </item>
  </channel>
</rss>
