Dart API Reference
dart:isolate
SendPort
operator ==
operator ==
method
Tests whether other is a
SendPort
pointing to the same
ReceivePort
as this one.
bool
operator ==
(
other
)
Tests whether other is a
SendPort
pointing to the same
ReceivePort
as this one.