EqualsDelegate

Description

delegate Tinman.Core.Collections.EqualsDelegate<T in>

a : T

The first value.

b : T

The second value.

returns → bool

true if a and b are equal,
false if they are different.

Checks if the given values are equal.