Click or drag to resize
TextRangeEquals Method (TextRange)
Determines whether this range has the same character positions and story as those of a specified range.

Namespace: TextObjectModel
Assembly: ManagedTOM2 (in ManagedTOM2.dll) Version: 1.0.5577.41188
Syntax
public virtual bool Equals(
	TextRange other
)

Parameters

other
Type: TextObjectModelTextRange
Text range that is compared to the current range.

Return Value

Type: Boolean
The comparison result.

Implements

IEquatableTEquals(T)
See Also