TextSpan.Equals
Equals(TextSpan)
Compare with other TextSpan
public bool Equals(TextSpan other)
Parameter | Type | Description |
---|---|---|
other | TextSpan | The other TextSpan |
Return Value
The if both TextSpan are equal.
See Also
- struct TextSpan
- package com.aspose.html.Toolkit.Markdown.Syntax.Text
- package Aspose.HTML
Equals(object)
Compare with other object
public bool Equals(object obj)
Parameter | Type | Description |
---|---|---|
obj | Object | The other object |
Return Value
The if both TextSpan are equal.
See Also
- struct TextSpan
- package com.aspose.html.Toolkit.Markdown.Syntax.Text
- package Aspose.HTML