equals
fun equals(left: ColorGeometryInstanceAttribute? = definedExternally, right: ColorGeometryInstanceAttribute? = definedExternally): Boolean(source)
Compares the provided ColorGeometryInstanceAttributes and returns true
if they are equal, false
otherwise.
Return
true
if left and right are equal, false
otherwise.
Parameters
left
The first ColorGeometryInstanceAttribute.
right
The second ColorGeometryInstanceAttribute.