System::Drawing::CharacterRange::operator== 方法

CharacterRange::operator== method

确定当前对象和指定对象是否表示相同的范围。

bool System::Drawing::CharacterRange::operator==(const CharacterRange &cr) const
参数类型描述
crconst CharacterRange&用于与当前对象比较的 CharacterRange 对象

ReturnValue

如果 cr 和当前对象都表示相同的范围,则为 True;否则为 false

另见