DerValue.opEquals

Returns true iff the other object is a DER value which is bitwise equal to this one.

@param other the object being compared with this one

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

Meta