InlineParsingInstruction.Equals
Equals(InlineParsingInstruction)
Compare two InlineParsingInstruction.
public bool Equals(InlineParsingInstruction other)
| Parameter | Type | Description |
|---|---|---|
| other | InlineParsingInstruction | The other. |
Return Value
The boolean.
See Also
- struct InlineParsingInstruction
- package com.aspose.html.toolkit.markdown.syntax.parser
- package Aspose.HTML
Equals(object)
Overrides the Equals method.
public bool Equals(object obj)
| Parameter | Type | Description |
|---|---|---|
| obj | Object | The object. |
Return Value
The boolean.
See Also
- struct InlineParsingInstruction
- package com.aspose.html.toolkit.markdown.syntax.parser
- package Aspose.HTML