The OpenD Programming Language

IonDescribedValue.opEquals

  1. bool opEquals(typeof(null) )
    struct IonDescribedValue
    @safe pure nothrow @nogc const
    bool
    opEquals
    ()
    (
    typeof(null)
    )
  2. bool opEquals(IonDescribedValue rhs)

Return Value

Type: bool

true if the value is any Ion null.

Meta