Click or drag to resize
TextRangeEquals Method (Object)
Tests if this object is considered equal to another.

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

Parameters

other
Type: SystemObject
The object to compare to this object.

Return Value

Type: Boolean
true if the objects are considered equal, false if they are not.
See Also