equals

fun equals(left: Credit? = definedExternally, right: Credit? = definedExternally): Boolean(source)

Returns true if the credits are equal

Return

true if left and right are equal, false otherwise.

Parameters

left

The first credit

right

The second credit

See also