System::Collections::Specialized::operator== 方法
System::Collections::Specialized::operator== method
检查两个指定对象是否相等。
bool System::Collections::Specialized::operator==(BitVector32::Section a, BitVector32::Section b)
| Parameter | Type | 描述 |
|---|---|---|
| 一个 | BitVector32::Section | - 要比较的第一个对象 |
| b | BitVector32::Section | - 要比较的第二个对象 |
ReturnValue
如果相等则为 true,否则为 false。
另见
- Class Section
- Namespace System::Collections::Specialized
- Library Aspose.Page for C++