System::Drawing::CharacterRange::operator== method
CharacterRange::operator== method
Determines if the current and specified objects represent the same range.
bool System::Drawing::CharacterRange::operator==(const CharacterRange &cr) const
Parameter | Type | Description |
---|---|---|
cr | const CharacterRange& | The CharacterRange object to compare the current object with |
ReturnValue
True if both cr and the current objects represent the same range, otherwise - false
See Also
- Class CharacterRange
- Class CharacterRange
- Namespace System::Drawing
- Library Aspose.TeX for C++