Struct InlineParsingInstruction
Namespace: Aspose.Html.Toolkit.Markdown.Syntax.Parser
Assembly: Aspose.HTML.dll (25.2.0)
Defines the InlineParsingInstruction struct.
[ComVisible(true)]
public struct InlineParsingInstruction : IEquatable<inlineparsinginstruction>
Implements
IEquatable<inlineparsinginstruction>
Inherited Members
object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Fields
Handled
The Handled.
public static readonly InlineParsingInstruction Handled
Field Value
None
The ParsingInstruction.None.
public static readonly InlineParsingInstruction None
Field Value
Properties
Instruction
Get the Instruction.
public ParsingInstruction Instruction { get; }
Property Value
Methods
Equals(InlineParsingInstruction)
Compare two InlineParsingInstruction.
public bool Equals(InlineParsingInstruction other)
Parameters
other
InlineParsingInstruction
The other.
Returns
The boolean.
Equals(object)
Overrides the Equals method.
public override bool Equals(object obj)
Parameters
obj
object
The object.
Returns
The boolean.
GetHashCode()
Defines the GetHashCode
public override int GetHashCode()
Returns
The has code.
Operators
operator ==(InlineParsingInstruction, InlineParsingInstruction)
Overrides the == operator.
public static bool operator ==(InlineParsingInstruction left, InlineParsingInstruction right)
Parameters
The left InlineParsingInstruction.
right
InlineParsingInstruction
The right InlineParsingInstruction.
Returns
The boolean.
operator !=(InlineParsingInstruction, InlineParsingInstruction)
Overrides the != operator
public static bool operator !=(InlineParsingInstruction left, InlineParsingInstruction right)
Parameters
The left InlineParsingInstruction.
right
InlineParsingInstruction
The right InlineParsingInstruction.
Returns
The boolean. </inlineparsinginstruction>