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
- namespace Aspose.Html.Toolkit.Markdown.Syntax.Text
- assembly Aspose.HTML
Equals(object)
Compare with other object
public override bool Equals(object obj)
Parameter | Type | Description |
---|---|---|
obj | Object | The other object |
Return Value
The if both TextSpan are equal.
See Also
- struct TextSpan
- namespace Aspose.Html.Toolkit.Markdown.Syntax.Text
- assembly Aspose.HTML