# Operator overloading in Kotlin

DevFeed: [Operator overloading in Kotlin](<https://devfeed.tech/articles/operator-overloading-in-kotlin-27213.md>)

Original publisher: [Read original article](<https://antonioleiva.com/operator-overloading-kotlin>)

Published: 2015-08-05T00:00:00Z

Content type: tutorial

Language: en

Sources: [Antonio Leiva](<https://devfeed.tech/sources/antonio-leiva.md>)

Topics: [Kotlin](<https://devfeed.tech/topics/kotlin.md>), [Code](<https://devfeed.tech/topics/code.md>), [Android](<https://devfeed.tech/topics/android.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [code](<https://devfeed.tech/tags/code.md>), [kotlin](<https://devfeed.tech/tags/kotlin.md>)

## AI overview

This tutorial explains Kotlin operator overloading, including unary, binary, array-like, equality, and function-invocation operations. It also shows how extension functions can add operator-based access to existing classes and libraries.

## Source excerpt

Everything Android, Kotlin and other random topics