Méthode System::Collections::BitArray::operator==

BitArray::operator== method

Opérateur de comparaison binaire.

bool System::Collections::BitArray::operator==(const BitArray &other) const
ParamètreTypeDescription
autreconst BitArray&Opérande RHS.

ReturnValue

true si les tailles et tous les bits correspondent, false sinon.

Voir aussi