operator == method - DynamicLibrary class - dart:ffi library (original) (raw)
bool operator ==(
- Object other )
override
Dynamic libraries are equal if they load the same library.
Implementation
external bool operator ==(Object other);
bool operator ==(
override
Dynamic libraries are equal if they load the same library.
external bool operator ==(Object other);