Makes NetworkConnection be IEquatable<NetworkConnection >

Hi. Current struct NetworkConnection is plain struct, so GC has occurred when using it as key of Dictionary.

It can be simply resolved by implementing IEquatable.

Good suggestion, thank you! I added a task to our backlog.