System::Collections::Specialized::operator== method

System::Collections::Specialized::operator== method

Checks if two specified objects are equal.

bool System::Collections::Specialized::operator==(BitVector32::Section a, BitVector32::Section b)
ParameterTypeDescription
aBitVector32::Section- first object to compare
bBitVector32::Section- second object to compare

ReturnValue

true if are equal, otherwise - false.

See Also