StructRichTextSelectionRange
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
RichTextSelectionRange(int, int)
Initializes a new instance of the RichTextSelectionRange struct.
Properties
End
Gets the end character position of the selection range.
Methods
Equals(RichTextSelectionRange)
Compares the specified selection range with the current one for equality.
Declaration
public bool Equals(RichTextSelectionRange selectionRange)
Parameters
selectionRange
Specifies the selection range to compare.
Returns
True - if the two ranges are not equal, False - otherwise.
Implements
Equals(object)
Compares the specified object with the current one for equality.
GetHashCode()
Computes the hash code of the current selection range.
Declaration
public override int GetHashCode()
Returns
The computed hash code of the current selection range.
Overrides
Operators
operator !=(RichTextSelectionRange, RichTextSelectionRange)
Compares the two specified selection ranges for inequality.
Declaration
public static bool operator !=(RichTextSelectionRange firstRange, RichTextSelectionRange secondRange)
Parameters
firstRange
Specifies the first selection range to compare.
secondRange
Specifies the second selection range to compare.
Returns
True - if the two ranges are not equal, False - otherwise.
operator ==(RichTextSelectionRange, RichTextSelectionRange)
Compares the two specified selection ranges for equality.
Declaration
public static bool operator ==(RichTextSelectionRange firstRange, RichTextSelectionRange secondRange)
Parameters
firstRange
Specifies the first range to compare.
secondRange
Specifies the second range to compare.
Returns
True - if the two ranges are equal, False - otherwise.