Quotation public class Quotation : InlineContainer, IInlineElement, IAttributable Documentation Code public AttributeList Attributes { get; } public bool DoubleDelimited { get; set; } public Quotation(string text, bool doubleDelimited = false) public Quotation() public static bool op_Equality(Quotation left, Quotation right) public static bool op_Inequality(Quotation left, Quotation right) protected bool Equals(Quotation other)