operator == abstract method

  1. @override
bool operator ==(
  1. Object other
)
override

Tests whether other is a SendPort2 pointing to the same ReceivePort2 as this one.

Implementation

@override
bool operator ==(var other);