Compare this channel with another channel for equality. Used to determine if two channels with the same key are semantically equivalent. Subclasses should override this method to provide a meaningful comparison.
equals(other: BaseChannel): boolean| Name | Type | Description |
|---|---|---|
other* | BaseChannel | The other channel to compare with. |