The OpenD Programming Language

IonDescribedValue.opEquals

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

Return Value

Type: bool

true if the values have the same binary representation.

Meta