IonDescribedValue.opEquals

Compares two IonDescribedValue instances for equality, or checks if this equals null. (community summary)

  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.