OIDImpl.opBinary

Compare two OIDs.

  1. OID opBinary(OID oid, uint component)
  2. bool opBinary(OID b)
    class OIDImpl
    bool
    opBinary
    (
    string op
    )
    (
    in OID b
    )
    if (
    op == "<"
    )

Parameters

b OID

the second OID

Return Value

Type: bool

true if a is lexicographically smaller than b

Meta