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

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

2 つの指定されたオブジェクトが等しいかどうかを確認します。

bool System::Collections::Specialized::operator==(BitVector32::Section a, BitVector32::Section b)
パラメーター説明
aBitVector32::Section- 比較する最初のオブジェクト
bBitVector32::Section- 比較する2番目のオブジェクト

ReturnValue

等しい場合は true、そうでなければ - false。

参照