Click or drag to resize

TextItemEquals Method

The Equals method determines whether the specified object (assumed to be a TextItem object) is equal to the current TextItem

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public override bool Equals(
	Object textItem
)

Parameters

textItem
Type: SystemObject
The TextItem object whose text is to be compared against this TextItem's text.

Return Value

Type: Boolean
Returns true if the specified System.Object is equal to the current TextItem object or false if it is not equal.
See Also