Classes | |
class | BitVector32 |
Provides a simple light bit vector with easy integer or Boolean access to a 32 bit storage. More... | |
class | NameValueCollection |
Collection of associated String keys and String values that can be accessed either with the key or with the index. More... | |
class | StringCollection |
class | StringCollectionPtr |
Stirng collection poiner with access operator. More... | |
class | StringDictionary |
Functions | |
bool | operator== (BitVector32::Section a, BitVector32::Section b) |
bool | operator!= (BitVector32::Section a, BitVector32::Section b) |
bool System::Collections::Specialized::operator!= | ( | BitVector32::Section | a, |
BitVector32::Section | b | ||
) |
Checks if two specified objects are not equal
a | - first object to compare |
b | - second object to compare |
bool System::Collections::Specialized::operator== | ( | BitVector32::Section | a, |
BitVector32::Section | b | ||
) |
Checks if two specified objects are equal
a | - first object to compare |
b | - second object to compare |