Arrays of ValueTypes don't like object.Equals(geekswithblogs.net)
submitted by
rcash(4149) 8 months, 9 days ago
Why doesn't byte[] work with Equals? The default implementation of Equals supports reference equality for reference types, and bitwise equality for value types. Reference equality means the object references that are compared refer to the same object. Bitwise equality means the objects that are compared have the same binary representation.
|category: C#
|Views: 16
tags:
C# another
Everyones tags:
Your Tags: