Remove a comment

This commit is contained in:
parallelbgls
2017-05-18 19:03:07 +08:00
parent df94010952
commit 3ff11e9b3d

View File

@@ -670,7 +670,6 @@ namespace Modbus.Net
{
public bool Equals(IMachineProperty<TKey> x, IMachineProperty<TKey> y)
{
//1.3版本中需要修改这句话
return x.Id.Equals(y.Id) || x.ConnectionToken == y.ConnectionToken;
}