~ruther/NosSmooth

4e771de74afa1a68659174f82461ddd9e18b946f — František Boháček 3 years ago e844e11
feat: implement GetHashCode in NameString
1 files changed, 6 insertions(+), 0 deletions(-)

M Core/NosSmooth.Packets/Common/NameString.cs
M Core/NosSmooth.Packets/Common/NameString.cs => Core/NosSmooth.Packets/Common/NameString.cs +6 -0
@@ 100,4 100,10 @@ public class NameString

        return Name.Equals(nameString.Name);
    }

    /// <inheritdoc />
    public override int GetHashCode()
    {
        return Name.GetHashCode();
    }
}
\ No newline at end of file

Do not follow this link