Implements the operator ==.

Namespace: FirstFloor.Documents
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

C#
public static bool operator ==(
	TextRange r1,
	TextRange r2
)
Visual Basic
Public Shared Operator = ( _
	r1 As TextRange, _
	r2 As TextRange _
) As Boolean
Visual C++
public:
static bool operator ==(
	TextRange^ r1, 
	TextRange^ r2
)

Return Value

The result of the operator.

See Also