equals method

bool equals(
  1. dynamic other
)

Returns true if both this and other buffer have exactly the same bytes, false otherwise.

Implementation

external bool equals(other);