Namespace:  C1.Phone.RichTextBox.Documents
Assembly:  C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)

Syntax

C#
public static bool operator ==(
	C1TextRange range1,
	C1TextRange range2
)
Visual Basic
Public Shared Operator = ( _
	range1 As C1TextRange, _
	range2 As C1TextRange _
) As Boolean

See Also