equal

Return true if these two addresses are the same (they point to the same node).

  1. bool equal(const(Address)* a, const(Address)* b)
    bool
    equal
    (
    const(Address)* a
    ,
    const(Address)* b
    )
  2. alias equal = std.algorithm.comparison.equal

Meta