Element.opEquals

  1. bool opEquals(T rhs)
    struct Element
    const pure nothrow
    bool
    opEquals
    (
    T
    )
    (
    auto ref const T rhs
    )
    if (
    !is(T : const(Element))
    )
  2. Element opEquals [@property setter]

Return Value

Type: bool

true if the type and the value of the element is equal to rhs