Click or drag to resize
TextParaEquals Method (TextPara)
Tests if this TextPara is considered equal to another.

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

Parameters

other
Type: TextObjectModelTextPara
The TextPara to compare to this object.

Return Value

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

Implements

IEquatableTEquals(T)
See Also