System::Collections::Specialized::operator== 方法

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

检查两个指定对象是否相等。

bool System::Collections::Specialized::operator==(BitVector32::Section a, BitVector32::Section b)
ParameterType描述
一个BitVector32::Section- 要比较的第一个对象
bBitVector32::Section- 要比较的第二个对象

ReturnValue

如果相等则为 true,否则为 false。

另见