Skip to content

Commit

Permalink
Update EqualityComparer.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
kochounoyume authored Jan 7, 2025
1 parent dc68a2a commit e21b564
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Packages/MinimalUtility/Runtime/EqualityComparer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ public static class EqualityComparer
/// <summary>
/// 指定した比較処理を使用して<see cref="EqualityComparer{T}"/>を生成します.
/// </summary>
///<example>
///<code>
/// <example>
/// <code>
/// <![CDATA[
/// using System.Collections.Generic;
/// using MinimalUtility;
Expand Down Expand Up @@ -88,4 +88,4 @@ obj is DelegateEqualityComparer<T> other &&
public override int GetHashCode() => HashCode.Combine(equals.GetHashCode(), getHashCode.GetHashCode());
}
}
}
}

0 comments on commit e21b564

Please sign in to comment.