Click or drag to resize

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
)

Parameters

o
Type: SystemObject
the other bitmap

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VelocityDBExtensions.CompressedBitArray.EwahCompressedBitArray.Equals(System.Object)"]

See Also