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)
Parameter | Type | Description |
---|---|---|
a | BitVector32::Section | - first object to compare |
b | BitVector32::Section | - second object to compare |
ReturnValue
true if are equal, otherwise - false.
See Also
- Class Section
- Namespace System::Collections::Specialized
- Library Aspose.PUB for C++