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

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

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

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

ReturnValue

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

另见