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
)
Public Overrides Function Equals (
textItem As Object
) As Boolean
Parameters
- textItem
- Type: SystemObject
The TextItem object whose text is to be compared against this TextItem's text.
Return Value
Type:
BooleanReturns true if the specified System.Object is equal to the current TextItem object or false if it is not equal.
See Also