DerValue.opEquals

Bitwise equality comparison. DER encoded values have a single encoding, so that bitwise equality of the encoded values is an efficient way to establish equivalence of the unencoded values.

@param other the object being compared with this one

  1. bool opEquals(Object other)
  2. bool opEquals(DerValue other)
    class DerValue
    bool
    opEquals

Meta