operator!=()
CharacterRange::operator!=(const CharacterRange&) const method
Determines if the current and specified objects represent distinct ranges.
bool System::Drawing::CharacterRange::operator!=(const CharacterRange &cr) const
Arguments
Parameter | Type | Description |
---|---|---|
cr | const CharacterRange& | The CharacterRange object to compare the current object with |
Return Value
True if cr and the current objects represent distinct ranges, otherwise - false
See Also
- Class CharacterRange
- Namespace System::Drawing
- Library Aspose.Slides