System::Collections::Specialized Namespace Reference

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)
 

Function Documentation

◆ operator!=()

bool System::Collections::Specialized::operator!= ( BitVector32::Section  a,
BitVector32::Section  b 
)

Checks if two specified objects are not equal

Parameters
a- first object to compare
b- second object to compare
Returns
true if are not equal, otherwise - false.

◆ operator==()

bool System::Collections::Specialized::operator== ( BitVector32::Section  a,
BitVector32::Section  b 
)

Checks if two specified objects are equal

Parameters
a- first object to compare
b- second object to compare
Returns
true if are equal, otherwise - false.