operator == method
- Object other
override
(Equality operator) Participant is considered equal when sid's are equal.
Implementation
@override
bool operator ==(Object other) => other is Participant && sid == other.sid;
(Equality operator) Participant is considered equal when sid's are equal.
@override
bool operator ==(Object other) => other is Participant && sid == other.sid;