System::Drawing::CharacterRange::operator!= method

CharacterRange::operator!= method

Determines if the current and specified objects represent distinct ranges.

bool System::Drawing::CharacterRange::operator!=(const CharacterRange &cr) const
ParameterTypeDescription
crconst CharacterRange&The CharacterRange object to compare the current object with

ReturnValue

True if cr and the current objects represent distinct ranges, otherwise - false

See Also