EwahCompressedBitArrayEquals Method |
Check to see whether the two compressed bitmaps contain the same data
(effectively check whether the cardinality of a XOR is == 0.
Namespace:
VelocityDBExtensions.CompressedBitArray
Assembly:
VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 11.1.0.0 (11.1.0)
Syntax public override bool Equals(
Object o
)
Public Overrides Function Equals (
o As Object
) As Boolean
public:
virtual bool Equals(
Object^ o
) override
abstract Equals :
o : Object -> bool
override Equals :
o : Object -> bool
Parameters
- o
- Type: SystemObject
the other bitmap
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VelocityDBExtensions.CompressedBitArray.EwahCompressedBitArray.Equals(System.Object)"]
See Also