Struct InlineParsingInstruction
Název místa: Aspose.Html.Toolkit.Markdown.Syntax.Parser Sbírka: Aspose.HTML.dll (25.5.0)
Definuje InlineParsingInstrukční strukturu.
[ComVisible(true)]
public struct InlineParsingInstruction : IEquatable<inlineparsinginstruction>Implements
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 HandledPolní hodnota
None
Příspěvky v kategorii: Nen.
public static readonly InlineParsingInstruction NonePolní hodnota
Properties
Instruction
Získejte pokyny.
public ParsingInstruction Instruction { get; }Hodnota nemovitosti
Methods
Equals(InlineParsingInstruction)
Porovnejte dvě InlineParsingInstrukce.
public bool Equals(InlineParsingInstruction other)Parameters
other InlineParsingInstruction
To druh.
Returns
To je boolean.
Equals(Objekt)
Převyšuje metodu rovnosti.
public override bool Equals(object obj)Parameters
obj object
a předmětem.
Returns
To je boolean.
GetHashCode()
Definuje GetHashCode
public override int GetHashCode()Returns
Ten má kód.
Operators
provozovatel =(InlineParsingInstrukce, InlineParsingInstrukce)
Překračuje = = provozovatel.
public static bool operator ==(InlineParsingInstruction left, InlineParsingInstruction right)Parameters
Vlevo na InlineParsingInstrukce.
right InlineParsingInstruction
Správná InlineParsingInstrukce.
Returns
To je boolean.
Operátor !=(InlineParsingInstrukce, InlineParsingInstrukce)
Přejděte na provozovatele! =
public static bool operator !=(InlineParsingInstruction left, InlineParsingInstruction right)Parameters
Vlevo na InlineParsingInstrukce.
right InlineParsingInstruction
Správná InlineParsingInstrukce.
Returns
To je boolean.