Struct InlineParsingInstruction

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

InlineParsingInstruction

None

The ParsingInstruction.None.

public static readonly InlineParsingInstruction None

Field Value

InlineParsingInstruction

Properties

Instruction

Get the Instruction.

public ParsingInstruction Instruction { get; }

Property Value

ParsingInstruction

Methods

Equals(InlineParsingInstruction)

Compare two InlineParsingInstruction.

public bool Equals(InlineParsingInstruction other)

Parameters

other InlineParsingInstruction

The other.

Returns

bool

The boolean.

Equals(object)

Overrides the Equals method.

public override bool Equals(object obj)

Parameters

obj object

The object.

Returns

bool

The boolean.

GetHashCode()

Defines the GetHashCode

public override int GetHashCode()

Returns

int

The has code.

Operators

operator ==(InlineParsingInstruction, InlineParsingInstruction)

Overrides the == operator.

public static bool operator ==(InlineParsingInstruction left, InlineParsingInstruction right)

Parameters

left InlineParsingInstruction

The left InlineParsingInstruction.

right InlineParsingInstruction

The right InlineParsingInstruction.

Returns

bool

The boolean.

operator !=(InlineParsingInstruction, InlineParsingInstruction)

Overrides the != operator

public static bool operator !=(InlineParsingInstruction left, InlineParsingInstruction right)

Parameters

left InlineParsingInstruction

The left InlineParsingInstruction.

right InlineParsingInstruction

The right InlineParsingInstruction.

Returns

bool

The boolean. </inlineparsinginstruction>