operator == method

bool operator == (
  1. dynamic other
)
override

Dynamic libraries are equal if they load the same library.

Implementation

external bool operator ==(other);