System::Collections::Specialized::operator== method
System::Collections::Specialized::operator== method
2 つの指定されたオブジェクトが等しいかどうかを確認します。
bool System::Collections::Specialized::operator==(BitVector32::Section a, BitVector32::Section b)
| パラメーター | 型 | 説明 |
|---|---|---|
| a | BitVector32::Section | - 比較する最初のオブジェクト |
| b | BitVector32::Section | - 比較する2番目のオブジェクト |
ReturnValue
等しい場合は true、そうでなければ - false。
参照
- Class Section
- Namespace System::Collections::Specialized
- Library Aspose.Page for C++