There was an error while loading. Please reload this page.
1 parent 8d6f29b commit 84bbf2eCopy full SHA for 84bbf2e
csharp/sbe-dll/PrimitiveValue.cs
@@ -500,9 +500,7 @@ public override bool Equals(object value)
500
return _unsignedLongValue == rhs._unsignedLongValue;
501
502
case Representation.Double:
503
- {
504
return BitConverter.DoubleToInt64Bits(_doubleValue) == BitConverter.DoubleToInt64Bits(rhs._doubleValue);
505
- }
506
507
case Representation.ByteArray:
508
return _byteArrayValue.SequenceEqual(rhs._byteArrayValue);
0 commit comments