[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Determines whether the bits of 2 arrays are equal.
Source position: classesh.inc line 411
public function TBits.Equals( |
Obj: TObject |
):Boolean; override; overload; |
BitSet: TBits |
):Boolean; overload; |
equals returns True if all the bits in BitSet are the same as the ones in the current BitSet; if not, False is 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 and operation on the bits. |
|
|
Performs an or operation on the bits. |
|
|
Performs a xor operation on the bits. |