equals

fun equals(left: Credit, right: Credit): 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