$_equiv$1 method
dynamic
$_equiv$1(
- dynamic other$1
override
Implementation
dc.dynamic $_equiv$1(dc.dynamic other$1, ){
final dc.bool or$7508_$AUTO_$1=dc.identical((this as dc.Object?), other$1, );
if(or$7508_$AUTO_$1){
return or$7508_$AUTO_$1;
}
final dc.bool and$7468_$AUTO_$1=(other$1 is lcoc_core.Keyword);
if(and$7468_$AUTO_$1){
final lcoc_core.Keyword other$2=(other$1 as lcoc_core.Keyword);
final dc.bool and$7468_$AUTO_$2=(ns==other$2.ns);
if(and$7468_$AUTO_$2){
return (name==other$2.name);
}
return and$7468_$AUTO_$2;
}
return and$7468_$AUTO_$1;
}