System::Collections::Specialized::operator!= method
System::Collections::Specialized::operator!= method
Checks if two specified objects are not 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 not equal, otherwise - false.
See Also
- Class Section
- Namespace System::Collections::Specialized
- Library Aspose.Font for C++