CharacterRange.op_Inequality

CharacterRange Inequality operator

Compares two CharacterRange objects. Gets a value indicating whether the First or Length values of the two CharacterRange objects are not equal.

public static bool operator !=(CharacterRange cr1, CharacterRange cr2)
ParameterTypeDescription
cr1CharacterRangeA CharacterRange to compare for inequality.
cr2CharacterRangeA CharacterRange to compare for inequality.

Return Value

true to indicate the either the First or Length values of the two CharacterRange objects differ; otherwise, false.

See Also