Skip to content

Commit 84bbf2e

Browse files
committed
[C#] Formatting.
1 parent 8d6f29b commit 84bbf2e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

csharp/sbe-dll/PrimitiveValue.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -500,9 +500,7 @@ public override bool Equals(object value)
500500
return _unsignedLongValue == rhs._unsignedLongValue;
501501

502502
case Representation.Double:
503-
{
504503
return BitConverter.DoubleToInt64Bits(_doubleValue) == BitConverter.DoubleToInt64Bits(rhs._doubleValue);
505-
}
506504

507505
case Representation.ByteArray:
508506
return _byteArrayValue.SequenceEqual(rhs._byteArrayValue);

0 commit comments

Comments
 (0)