[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Determines whether the bits of 2 arrays are equal.
Source position: classesh.inc line 279
public function TBits.Equals( |
BitSet: TBits |
):Boolean; |
equalsreturns Trueif all the bits in BitSetare the same as the ones in the current BitSet; if not, Falseis returned.
If the sizes of the two BitSets are different, the arrays are still reported equal when all the bits in the larger set, which are not present in the smaller set, are zero.
None.
|
Clears all bits in the array. |
|
|
Performs an andoperation on the bits. |
|
|
Performs an oroperation on the bits. |
|
|
Performs a xoroperation on the bits. |