RichTextSelectionRange
Represents a range of selected text RadRichTextEditor.
Definition
Namespace:Telerik.Maui.Controls.RichTextEditor
Assembly:Telerik.Maui.Controls.dll
Syntax:
public struct RichTextSelectionRange : IEquatable<RichTextSelectionRange>
Implements:
Inherited Members
Constructors
Initializes a new instance of the RichTextSelectionRange struct.
Properties
Methods
Compares the specified selection range with the current one for equality.
public bool Equals(RichTextSelectionRange selectionRange)
Specifies the selection range to compare.
Returns:True - if the two ranges are not equal, False - otherwise.
Implements:
Computes the hash code of the current selection range.
public override int GetHashCode()
The computed hash code of the current selection range.
Overrides:
Operators
Compares the two specified selection ranges for inequality.
public static bool operator !=(RichTextSelectionRange firstRange, RichTextSelectionRange secondRange)
Specifies the first selection range to compare.
secondRangeRichTextSelectionRangeSpecifies the second selection range to compare.
Returns:True - if the two ranges are not equal, False - otherwise.
Compares the two specified selection ranges for equality.
public static bool operator ==(RichTextSelectionRange firstRange, RichTextSelectionRange secondRange)
Specifies the first range to compare.
secondRangeRichTextSelectionRangeSpecifies the second range to compare.
Returns:True - if the two ranges are equal, False - otherwise.