System::Collections::Specialized::BitVector32::Section::Equals 方法

Section::Equals method

确定指定的对象是否与当前对象相同。

bool System::Collections::Specialized::BitVector32::Section::Equals(const BitVector32::Section &obj)
参数类型描述
objconst BitVector32::Section&要比较的对象

ReturnValue

如果对象相等则为 True,否则为 false

另见