System::Drawing::CharacterRange::operator== 메서드
CharacterRange::operator== method
현재 객체와 지정된 객체가 동일한 범위를 나타내는지 확인합니다.
bool System::Drawing::CharacterRange::operator==(const CharacterRange &cr) const
| 매개변수 | 형식 | 설명 |
|---|---|---|
| cr | const CharacterRange& | 현재 객체와 비교할 CharacterRange 객체 |
ReturnValue
cr와 현재 객체가 모두 동일한 범위를 나타내면 true, 그렇지 않으면 false
또 보기
- Class CharacterRange
- Class CharacterRange
- Namespace System::Drawing
- Library Aspose.Page for C++