CharacterRange::Equality Operator (CharacterRange, CharacterRange)
.NET Framework (current version)
Compares two CharacterRange objects. Gets a value indicating whether the First and Length values of the two CharacterRange objects are equal.
Assembly: System.Drawing (in System.Drawing.dll)
Parameters
- cr1
-
Type:
System.Drawing::CharacterRange
A CharacterRange to compare for equality.
- cr2
-
Type:
System.Drawing::CharacterRange
A CharacterRange to compare for equality.
Return Value
Type: System::Booleantrue to indicate the two CharacterRange objects have the same First and Length values; otherwise, false.
The following example demonstrates how to use the Equality operator. To run this example, paste it into a Windows Form. Handle the form’s Paint event and call the CharacterRangeEquality1 method from the Paint event-handling method, passing e as PaintEventArgs.
.NET Framework
Available since 2.0
Available since 2.0
Show: