The equality operator.
Returns true if and only if this and other wrap the same WebAssembly.Table object.
this
other
WebAssembly.Table
@override bool operator ==(Object other) => other is Table && other.jsObject == jsObject;