Struct InlineParsingInstruction

Struct InlineParsingInstruction

Název místa: Aspose.Html.Toolkit.Markdown.Syntax.Parser Sbírka: Aspose.HTML.dll (25.4.0)

Definuje InlineParsingInstrukční strukturu.

[ComVisible(true)]
public struct InlineParsingInstruction : IEquatable<inlineparsinginstruction>

Implements

IEquatable

Dědiční členové

object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Fields

Handled

To je zpracováno.

public static readonly InlineParsingInstruction Handled

Polní hodnota

InlineParsingInstruction

None

Příspěvky v kategorii: Nen.

public static readonly InlineParsingInstruction None

Polní hodnota

InlineParsingInstruction

Properties

Instruction

Získejte pokyny.

public ParsingInstruction Instruction { get; }

Hodnota nemovitosti

ParsingInstruction

Methods

Equals(InlineParsingInstruction)

Porovnejte dvě InlineParsingInstrukce.

public bool Equals(InlineParsingInstruction other)

Parameters

other InlineParsingInstruction

To druh.

Returns

bool

To je boolean.

Equals(Objekt)

Převyšuje metodu rovnosti.

public override bool Equals(object obj)

Parameters

obj object

a předmětem.

Returns

bool

To je boolean.

GetHashCode()

Definuje GetHashCode

public override int GetHashCode()

Returns

int

Ten má kód.

Operators

provozovatel =(InlineParsingInstrukce, InlineParsingInstrukce)

Překračuje = = provozovatel.

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

Parameters

left InlineParsingInstruction

Vlevo na InlineParsingInstrukce.

right InlineParsingInstruction

Správná InlineParsingInstrukce.

Returns

bool

To je boolean.

Operátor !=(InlineParsingInstrukce, InlineParsingInstrukce)

Přejděte na provozovatele! =

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

Parameters

left InlineParsingInstruction

Vlevo na InlineParsingInstrukce.

right InlineParsingInstruction

Správná InlineParsingInstrukce.

Returns

bool

To je boolean.

 Čeština