Equal implements equality comparison Note: ALL AttachedTokens are equal
(other AttachedToken)
| 106 | // Equal implements equality comparison |
| 107 | // Note: ALL AttachedTokens are equal |
| 108 | func (a AttachedToken) Equal(other AttachedToken) bool { |
| 109 | return true |
| 110 | } |
| 111 | |
| 112 | // Compare implements comparison |
| 113 | // Note: ALL AttachedTokens are equal |
no outgoing calls